complexType Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p68.png
namespace http://ed-fi.org/0200
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType
used by
elements EducationOrganization/Address Parent/Address Staff/Address Student/Address ParentLookupType/Address
annotation
documentation
The set of elements that describes an address, including the street address, city, state, and ZIP code.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
<ann:EdFiId>481</ann:EdFiId>
source <xs:complexType name="Address">
 
<xs:annotation>
   
<xs:documentation>The set of elements that describes an address, including the street address, city, state, and ZIP code.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
     
<ann:EdFiId>481</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="StreetNumberName" type="StreetNumberName">
     
<xs:annotation>
       
<xs:documentation>The street number and street name or post office box number of an address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>730</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="ApartmentRoomSuiteNumber" type="ApartmentRoomSuiteNumber" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The apartment, room, or suite number of an address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>719</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BuildingSiteNumber" type="BuildingSiteNumber" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The number of the building on the site, if more than one building shares the same address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>721</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="City" type="City">
     
<xs:annotation>
       
<xs:documentation>The name of the city in which an address is located.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>722</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="StateAbbreviation" type="StateAbbreviationType">
     
<xs:annotation>
       
<xs:documentation>The abbreviation for the state (within the United States) or outlying area in which an address is located.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>729</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="PostalCode" type="PostalCode">
     
<xs:annotation>
       
<xs:documentation>The five or nine digit zip code or overseas postal code portion of an address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>728</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="NameOfCounty" type="NameOfCounty" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>727</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="CountyFIPSCode" type="CountyFIPSCode" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>723</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Latitude" type="Coordinate" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The geographic latitude of the physical address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>725</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Longitude" type="Coordinate" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The geographic longitude of the physical address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>726</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BeginDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The first date the address is valid. For physical addresses, the date the person moved to that address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>720</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="EndDate" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The last date the address is valid. For physical addresses, this would be the date the person moved from that address.</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>724</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AddressType" type="AddressType">
     
<xs:annotation>
       
<xs:documentation>The type of address listed for an individual or organization. For example:  Physical Address, Mailing Address, Home Address, etc.)</xs:documentation>
       
<xs:appinfo>
         
<ann:EdFiId>718</ann:EdFiId>
       
</xs:appinfo>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Address/StreetNumberName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p69.png
namespace http://ed-fi.org/0200
type StreetNumberName
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The street number and street name or post office box number of an address.
appinfo
<ann:EdFiId>730</ann:EdFiId>
source <xs:element name="StreetNumberName" type="StreetNumberName">
 
<xs:annotation>
   
<xs:documentation>The street number and street name or post office box number of an address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>730</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/ApartmentRoomSuiteNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p70.png
namespace http://ed-fi.org/0200
type ApartmentRoomSuiteNumber
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 50
annotation
documentation
The apartment, room, or suite number of an address.
appinfo
<ann:EdFiId>719</ann:EdFiId>
source <xs:element name="ApartmentRoomSuiteNumber" type="ApartmentRoomSuiteNumber" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The apartment, room, or suite number of an address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>719</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/BuildingSiteNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p71.png
namespace http://ed-fi.org/0200
type BuildingSiteNumber
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The number of the building on the site, if more than one building shares the same address.
appinfo
<ann:EdFiId>721</ann:EdFiId>
source <xs:element name="BuildingSiteNumber" type="BuildingSiteNumber" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The number of the building on the site, if more than one building shares the same address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>721</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/City
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p72.png
namespace http://ed-fi.org/0200
type City
properties
content simple
facets
Kind Value Annotation
minLength 2
maxLength 30
annotation
documentation
The name of the city in which an address is located.
appinfo
<ann:EdFiId>722</ann:EdFiId>
source <xs:element name="City" type="City">
 
<xs:annotation>
   
<xs:documentation>The name of the city in which an address is located.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>722</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/StateAbbreviation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p73.png
namespace http://ed-fi.org/0200
type StateAbbreviationType
properties
content simple
facets
Kind Value Annotation
enumeration AA
appinfo
<ann:EdFiId>239-001</ann:EdFiId>
enumeration AE
appinfo
<ann:EdFiId>239-002</ann:EdFiId>
enumeration AK
appinfo
<ann:EdFiId>239-003</ann:EdFiId>
enumeration AL
appinfo
<ann:EdFiId>239-004</ann:EdFiId>
enumeration AP
appinfo
<ann:EdFiId>239-005</ann:EdFiId>
enumeration AR
appinfo
<ann:EdFiId>239-006</ann:EdFiId>
enumeration AS
appinfo
<ann:EdFiId>239-007</ann:EdFiId>
enumeration AZ
appinfo
<ann:EdFiId>239-008</ann:EdFiId>
enumeration CA
appinfo
<ann:EdFiId>239-009</ann:EdFiId>
enumeration CO
appinfo
<ann:EdFiId>239-010</ann:EdFiId>
enumeration CT
appinfo
<ann:EdFiId>239-011</ann:EdFiId>
enumeration DC
appinfo
<ann:EdFiId>239-012</ann:EdFiId>
enumeration DE
appinfo
<ann:EdFiId>239-013</ann:EdFiId>
enumeration FL
appinfo
<ann:EdFiId>239-014</ann:EdFiId>
enumeration FM
appinfo
<ann:EdFiId>239-015</ann:EdFiId>
enumeration GA
appinfo
<ann:EdFiId>239-016</ann:EdFiId>
enumeration GU
appinfo
<ann:EdFiId>239-017</ann:EdFiId>
enumeration HI
appinfo
<ann:EdFiId>239-018</ann:EdFiId>
enumeration IA
appinfo
<ann:EdFiId>239-019</ann:EdFiId>
enumeration ID
appinfo
<ann:EdFiId>239-020</ann:EdFiId>
enumeration IL
appinfo
<ann:EdFiId>239-021</ann:EdFiId>
enumeration IN
appinfo
<ann:EdFiId>239-022</ann:EdFiId>
enumeration KS
appinfo
<ann:EdFiId>239-023</ann:EdFiId>
enumeration KY
appinfo
<ann:EdFiId>239-024</ann:EdFiId>
enumeration LA
appinfo
<ann:EdFiId>239-025</ann:EdFiId>
enumeration MA
appinfo
<ann:EdFiId>239-026</ann:EdFiId>
enumeration MD
appinfo
<ann:EdFiId>239-027</ann:EdFiId>
enumeration ME
appinfo
<ann:EdFiId>239-028</ann:EdFiId>
enumeration MH
appinfo
<ann:EdFiId>239-029</ann:EdFiId>
enumeration MI
appinfo
<ann:EdFiId>239-030</ann:EdFiId>
enumeration MN
appinfo
<ann:EdFiId>239-031</ann:EdFiId>
enumeration MO
appinfo
<ann:EdFiId>239-032</ann:EdFiId>
enumeration MP
appinfo
<ann:EdFiId>239-033</ann:EdFiId>
enumeration MS
appinfo
<ann:EdFiId>239-034</ann:EdFiId>
enumeration MT
appinfo
<ann:EdFiId>239-035</ann:EdFiId>
enumeration NC
appinfo
<ann:EdFiId>239-036</ann:EdFiId>
enumeration ND
appinfo
<ann:EdFiId>239-037</ann:EdFiId>
enumeration NE
appinfo
<ann:EdFiId>239-038</ann:EdFiId>
enumeration NH
appinfo
<ann:EdFiId>239-039</ann:EdFiId>
enumeration NJ
appinfo
<ann:EdFiId>239-040</ann:EdFiId>
enumeration NM
appinfo
<ann:EdFiId>239-041</ann:EdFiId>
enumeration NV
appinfo
<ann:EdFiId>239-042</ann:EdFiId>
enumeration NY
appinfo
<ann:EdFiId>239-043</ann:EdFiId>
enumeration OH
appinfo
<ann:EdFiId>239-044</ann:EdFiId>
enumeration OK
appinfo
<ann:EdFiId>239-045</ann:EdFiId>
enumeration OR
appinfo
<ann:EdFiId>239-046</ann:EdFiId>
enumeration PA
appinfo
<ann:EdFiId>239-047</ann:EdFiId>
enumeration PR
appinfo
<ann:EdFiId>239-048</ann:EdFiId>
enumeration PW
appinfo
<ann:EdFiId>239-049</ann:EdFiId>
enumeration RI
appinfo
<ann:EdFiId>239-050</ann:EdFiId>
enumeration SC
appinfo
<ann:EdFiId>239-051</ann:EdFiId>
enumeration SD
appinfo
<ann:EdFiId>239-052</ann:EdFiId>
enumeration TN
appinfo
<ann:EdFiId>239-053</ann:EdFiId>
enumeration TX
appinfo
<ann:EdFiId>239-055</ann:EdFiId>
enumeration UT
appinfo
<ann:EdFiId>239-056</ann:EdFiId>
enumeration VA
appinfo
<ann:EdFiId>239-057</ann:EdFiId>
enumeration VI
appinfo
<ann:EdFiId>239-058</ann:EdFiId>
enumeration VT
appinfo
<ann:EdFiId>239-059</ann:EdFiId>
enumeration WA
appinfo
<ann:EdFiId>239-060</ann:EdFiId>
enumeration WI
appinfo
<ann:EdFiId>239-061</ann:EdFiId>
enumeration WV
appinfo
<ann:EdFiId>239-062</ann:EdFiId>
enumeration WY
appinfo
<ann:EdFiId>239-063</ann:EdFiId>
annotation
documentation
The abbreviation for the state (within the United States) or outlying area in which an address is located.
appinfo
<ann:EdFiId>729</ann:EdFiId>
source <xs:element name="StateAbbreviation" type="StateAbbreviationType">
 
<xs:annotation>
   
<xs:documentation>The abbreviation for the state (within the United States) or outlying area in which an address is located.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>729</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/PostalCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p74.png
namespace http://ed-fi.org/0200
type PostalCode
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 17
annotation
documentation
The five or nine digit zip code or overseas postal code portion of an address.
appinfo
<ann:EdFiId>728</ann:EdFiId>
source <xs:element name="PostalCode" type="PostalCode">
 
<xs:annotation>
   
<xs:documentation>The five or nine digit zip code or overseas postal code portion of an address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>728</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/NameOfCounty
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p75.png
namespace http://ed-fi.org/0200
type NameOfCounty
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 30
annotation
documentation
The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.
appinfo
<ann:EdFiId>727</ann:EdFiId>
source <xs:element name="NameOfCounty" type="NameOfCounty" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The name of the county, parish, borough, or comparable unit (within a state) in which an address is located.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>727</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/CountyFIPSCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p76.png
namespace http://ed-fi.org/0200
type CountyFIPSCode
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 3
maxLength 5
annotation
documentation
The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.
appinfo
<ann:EdFiId>723</ann:EdFiId>
source <xs:element name="CountyFIPSCode" type="CountyFIPSCode" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The Federal Information Processing Standards (FIPS) numeric code for the county issued by the National Institute of Standards and Technology (NIST). Counties are considered to be the "first-order subdivisions" of each State and statistically equivalent entity, regardless of their local designations (county, parish, borough, etc.) Counties in different States will have the same code. A unique county number is created when combined with the 2-digit FIPS State Code.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>723</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/Latitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p77.png
namespace http://ed-fi.org/0200
type Coordinate
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The geographic latitude of the physical address.
appinfo
<ann:EdFiId>725</ann:EdFiId>
source <xs:element name="Latitude" type="Coordinate" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The geographic latitude of the physical address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>725</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/Longitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p78.png
namespace http://ed-fi.org/0200
type Coordinate
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 20
annotation
documentation
The geographic longitude of the physical address.
appinfo
<ann:EdFiId>726</ann:EdFiId>
source <xs:element name="Longitude" type="Coordinate" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The geographic longitude of the physical address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>726</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p79.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The first date the address is valid. For physical addresses, the date the person moved to that address.
appinfo
<ann:EdFiId>720</ann:EdFiId>
source <xs:element name="BeginDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The first date the address is valid. For physical addresses, the date the person moved to that address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>720</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p80.png
namespace http://ed-fi.org/0200
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
The last date the address is valid. For physical addresses, this would be the date the person moved from that address.
appinfo
<ann:EdFiId>724</ann:EdFiId>
source <xs:element name="EndDate" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The last date the address is valid. For physical addresses, this would be the date the person moved from that address.</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>724</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element Address/AddressType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p81.png
namespace http://ed-fi.org/0200
type AddressType
properties
content simple
facets
Kind Value Annotation
enumeration Billing
appinfo
<ann:EdFiId>125-001</ann:EdFiId>
enumeration Father Address
appinfo
<ann:EdFiId>125-003</ann:EdFiId>
enumeration Home
appinfo
<ann:EdFiId>125-005</ann:EdFiId>
enumeration Guardian Address
appinfo
<ann:EdFiId>125-004</ann:EdFiId>
enumeration Mailing
appinfo
<ann:EdFiId>125-007</ann:EdFiId>
enumeration Mother Address
appinfo
<ann:EdFiId>125-008</ann:EdFiId>
enumeration Other
appinfo
<ann:EdFiId>125-009</ann:EdFiId>
enumeration Physical
appinfo
<ann:EdFiId>125-010</ann:EdFiId>
enumeration Shipping
appinfo
<ann:EdFiId>125-012</ann:EdFiId>
enumeration Temporary
appinfo
<ann:EdFiId>125-013</ann:EdFiId>
enumeration Work
appinfo
<ann:EdFiId>125-015</ann:EdFiId>
enumeration Shelters, Transitional housing, Awaiting Foster Care
appinfo
<ann:EdFiId>125-011</ann:EdFiId>
enumeration Doubled - up (i.e., living with another family)
appinfo
<ann:EdFiId>125-002</ann:EdFiId>
enumeration Unsheltered (e.g. cars, parks, campgrounds, temporary trailers including FEMA trailers, or abandoned buildings)
appinfo
<ann:EdFiId>125-014</ann:EdFiId>
enumeration Hotels/Motels
appinfo
<ann:EdFiId>125-006</ann:EdFiId>
annotation
documentation
The type of address listed for an individual or organization. For example:  Physical Address, Mailing Address, Home Address, etc.)
appinfo
<ann:EdFiId>718</ann:EdFiId>
source <xs:element name="AddressType" type="AddressType">
 
<xs:annotation>
   
<xs:documentation>The type of address listed for an individual or organization. For example:  Physical Address, Mailing Address, Home Address, etc.)</xs:documentation>
   
<xs:appinfo>
     
<ann:EdFiId>718</ann:EdFiId>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>