complexType Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p81.png
namespace http://ed-fi.org/0210
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode Latitude Longitude BeginDate EndDate AddressType DoNotPublishIndicator
used by
elements EducationOrganization/Address Parent/Address Staff/Address Student/Address StaffEducationOrganizationContactAssociation/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>
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>
   
</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: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: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: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: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: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: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: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: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: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: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: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: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:annotation>
   
</xs:element>
   
<xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>An indication that the address should not be published.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element Address/StreetNumberName
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p82.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/ApartmentRoomSuiteNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p83.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/BuildingSiteNumber
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p84.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/City
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p85.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/StateAbbreviation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p86.png
namespace http://ed-fi.org/0210
type StateAbbreviationType
properties
content simple
facets
Kind Value Annotation
enumeration AA
enumeration AE
enumeration AK
enumeration AL
enumeration AP
enumeration AR
enumeration AS
enumeration AZ
enumeration CA
enumeration CO
enumeration CT
enumeration DC
enumeration DE
enumeration FL
enumeration FM
enumeration GA
enumeration GU
enumeration HI
enumeration IA
enumeration ID
enumeration IL
enumeration IN
enumeration KS
enumeration KY
enumeration LA
enumeration MA
enumeration MD
enumeration ME
enumeration MH
enumeration MI
enumeration MN
enumeration MO
enumeration MP
enumeration MS
enumeration MT
enumeration NC
enumeration ND
enumeration NE
enumeration NH
enumeration NJ
enumeration NM
enumeration NV
enumeration NY
enumeration OH
enumeration OK
enumeration OR
enumeration PA
enumeration PR
enumeration PW
enumeration RI
enumeration SC
enumeration SD
enumeration TN
enumeration TX
enumeration UT
enumeration VA
enumeration VI
enumeration VT
enumeration WA
enumeration WI
enumeration WV
enumeration WY
annotation
documentation
The abbreviation for the state (within the United States) or outlying area in which an address is located.
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:annotation>
</xs:element>

element Address/PostalCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p87.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/NameOfCounty
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p88.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/CountyFIPSCode
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p89.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/Latitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p90.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="Latitude" type="Coordinate" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The geographic latitude of the physical address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Address/Longitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p91.png
namespace http://ed-fi.org/0210
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.
source <xs:element name="Longitude" type="Coordinate" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The geographic longitude of the physical address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element Address/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p92.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p93.png
namespace http://ed-fi.org/0210
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.
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:annotation>
</xs:element>

element Address/AddressType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p94.png
namespace http://ed-fi.org/0210
type AddressType
properties
content simple
facets
Kind Value Annotation
enumeration Billing
enumeration Father Address
enumeration Home
enumeration Guardian Address
enumeration Mailing
enumeration Mother Address
enumeration Other
enumeration Physical
enumeration Shipping
enumeration Temporary
enumeration Work
enumeration Shelters, Transitional housing, Awaiting Foster Care
enumeration Doubled - up (i.e., living with another family)
enumeration Unsheltered (e.g. cars, parks, campgrounds, temporary trailers including FEMA trailers, or abandoned buildings)
enumeration Hotels/Motels
annotation
documentation
The type of address listed for an individual or organization.    For example:  Physical Address, Mailing Address, Home Address, etc.)
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:annotation>
</xs:element>

element Address/DoNotPublishIndicator
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p95.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
An indication that the address should not be published.
source <xs:element name="DoNotPublishIndicator" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>An indication that the address should not be published.</xs:documentation>
 
</xs:annotation>
</xs:element>