complexType
Address
attribute Address/@AddressType
element Address/StreetNumberName
element Address/ApartmentRoomSuiteNumber
element Address/BuildingSiteNumber
element Address/City
element Address/StateAbbreviation
element Address/PostalCode
element Address/NameOfCounty
element Address/CountyFIPSCode
element Address/AddressLine
element Address/Country
element Address/Latitude
element Address/Longitude
element Address/BeginDate
element Address/EndDate
diagram | |||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||
children | StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
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:choice> <xs:sequence> <xs:annotation> <xs:documentation>US Address</xs:documentation> </xs:annotation> <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:sequence> <xs:sequence> <xs:annotation> <xs:documentation>International Address</xs:documentation> </xs:annotation> <xs:element name="AddressLine" type="AddressLine" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Any number of address lines associated with an international address.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Country" type="CountryType"> <xs:annotation> <xs:documentation>The name of the country per the International Organization for Standardization (ISO) 3166.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:choice> <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:sequence> <xs:attribute name="AddressType" type="AddressType" use="optional"> <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:attribute> </xs:complexType> |
attribute Address/@AddressType
type | AddressType | ||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||
source | <xs:attribute name="AddressType" type="AddressType" use="optional"> <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:attribute> |
element Address/StreetNumberName
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | StreetNumberName | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | ApartmentRoomSuiteNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | BuildingSiteNumber | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | City | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | StateAbbreviationType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | PostalCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | NameOfCounty | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | CountyFIPSCode | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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/AddressLine
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | AddressLine | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:element name="AddressLine" type="AddressLine" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Any number of address lines associated with an international address.</xs:documentation> </xs:annotation> </xs:element> |
element Address/Country
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0110 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | CountryType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="Country" type="CountryType"> <xs:annotation> <xs:documentation>The name of the country per the International Organization for Standardization (ISO) 3166.</xs:documentation> </xs:annotation> </xs:element> |
element Address/Latitude
diagram | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Coordinate | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0110 | |||||||||
type | Coordinate | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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 | |||||||||
namespace | http://ed-fi.org/0110 | ||||||||
type | xs:date | ||||||||
properties |
|
||||||||
annotation |
|
||||||||
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> |