complexType Address
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p52.png
namespace http://ed-fi.org/0110
children StreetNumberName ApartmentRoomSuiteNumber BuildingSiteNumber City StateAbbreviation PostalCode NameOfCounty CountyFIPSCode AddressLine Country Latitude Longitude BeginDate EndDate
used by
elements EducationOrganization/Address Parent/Address Staff/Address Student/Address ParentIdentityType/Address
attributes
Name  Type  Use  Default  Fixed  annotation
AddressTypeAddressTypeoptional      
documentation
The type of address listed for an individual or organization.
For example:  Physical Address, Mailing Address, Home Address, etc.)
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: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
isRef 0
use optional
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 
annotation
documentation
The type of address listed for an individual or organization.
For example:  Physical Address, Mailing Address, Home Address, etc.)
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p53.png
namespace http://ed-fi.org/0110
type StreetNumberName
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p54.png
namespace http://ed-fi.org/0110
type ApartmentRoomSuiteNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 20 
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_p55.png
namespace http://ed-fi.org/0110
type BuildingSiteNumber
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p56.png
namespace http://ed-fi.org/0110
type City
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p57.png
namespace http://ed-fi.org/0110
type StateAbbreviationType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration AL 
enumeration AK 
enumeration AZ 
enumeration AR 
enumeration CA 
enumeration CO 
enumeration CT 
enumeration DC 
enumeration DE 
enumeration FL 
enumeration GA 
enumeration GU 
enumeration HI 
enumeration ID 
enumeration IL 
enumeration IN 
enumeration IA 
enumeration KS 
enumeration KY 
enumeration LA 
enumeration ME 
enumeration MD 
enumeration MA 
enumeration MI 
enumeration MN 
enumeration MS 
enumeration MO 
enumeration MT 
enumeration NE 
enumeration NV 
enumeration NH 
enumeration NJ 
enumeration NM 
enumeration NY 
enumeration NC 
enumeration ND 
enumeration OH 
enumeration OK 
enumeration OR 
enumeration PA 
enumeration PR 
enumeration RI 
enumeration SC 
enumeration SD 
enumeration TN 
enumeration TX 
enumeration UT 
enumeration VT 
enumeration VA 
enumeration WA 
enumeration WV 
enumeration WI 
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_p58.png
namespace http://ed-fi.org/0110
type PostalCode
properties
isRef 0
content simple
facets
Kind Value annotation 
minLength 
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_p59.png
namespace http://ed-fi.org/0110
type NameOfCounty
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p60.png
namespace http://ed-fi.org/0110
type CountyFIPSCode
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
maxLength 
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/AddressLine
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p61.png
namespace http://ed-fi.org/0110
type AddressLine
properties
isRef 0
minOcc 1
maxOcc unbounded
content simple
facets
Kind Value annotation 
minLength 
maxLength 150 
annotation
documentation
Any number of address lines associated with an international address.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p62.png
namespace http://ed-fi.org/0110
type CountryType
properties
isRef 0
content simple
facets
Kind Value annotation 
enumeration AFGHANISTAN 
enumeration ÅLAND ISLANDS 
enumeration ALBANIA 
enumeration ALGERIA 
enumeration AMERICAN SAMOA 
enumeration ANDORRA 
enumeration ANGOLA 
enumeration ANGUILLA 
enumeration ANTARCTICA 
enumeration ANTIGUA AND BARBUDA 
enumeration ARGENTINA 
enumeration ARMENIA 
enumeration ARUBA 
enumeration AUSTRALIA 
enumeration AUSTRIA 
enumeration AZERBAIJAN 
enumeration BAHAMAS 
enumeration BAHRAIN 
enumeration BANGLADESH 
enumeration BARBADOS 
enumeration BELARUS 
enumeration BELGIUM 
enumeration BELIZE 
enumeration BENIN 
enumeration BERMUDA 
enumeration BHUTAN 
enumeration BOLIVIA, PLURINATIONAL STATE OF 
enumeration BONAIRE, SINT EUSTATIUS AND SABA 
enumeration BOSNIA AND HERZEGOVINA 
enumeration BOTSWANA 
enumeration BOUVET ISLAND 
enumeration BRAZIL 
enumeration BRITISH INDIAN OCEAN TERRITORY 
enumeration BRUNEI DARUSSALAM 
enumeration BULGARIA 
enumeration BURKINA FASO 
enumeration BURUNDI 
enumeration CAMBODIA 
enumeration CAMEROON 
enumeration CANADA 
enumeration CAPE VERDE 
enumeration CAYMAN ISLANDS 
enumeration CENTRAL AFRICAN REPUBLIC 
enumeration CHAD 
enumeration CHILE 
enumeration CHINA 
enumeration CHRISTMAS ISLAND 
enumeration COCOS (KEELING) ISLANDS 
enumeration COLOMBIA 
enumeration COMOROS 
enumeration CONGO 
enumeration CONGO, THE DEMOCRATIC REPUBLIC OF THE 
enumeration COOK ISLANDS 
enumeration COSTA RICA 
enumeration CÔTE D&apos;IVOIRE 
enumeration CROATIA 
enumeration CUBA 
enumeration CURAÇAO 
enumeration CYPRUS 
enumeration CZECH REPUBLIC 
enumeration DENMARK 
enumeration DJIBOUTI 
enumeration DOMINICA 
enumeration DOMINICAN REPUBLIC 
enumeration ECUADOR 
enumeration EGYPT 
enumeration EL SALVADOR 
enumeration EQUATORIAL GUINEA 
enumeration ERITREA 
enumeration ESTONIA 
enumeration ETHIOPIA 
enumeration FALKLAND ISLANDS (MALVINAS) 
enumeration FAROE ISLANDS 
enumeration FIJI 
enumeration FINLAND 
enumeration FRANCE 
enumeration FRENCH GUIANA 
enumeration FRENCH POLYNESIA 
enumeration FRENCH SOUTHERN TERRITORIES 
enumeration GABON 
enumeration GAMBIA 
enumeration GEORGIA 
enumeration GERMANY 
enumeration GHANA 
enumeration GIBRALTAR 
enumeration GREECE 
enumeration GREENLAND 
enumeration GRENADA 
enumeration GUADELOUPE 
enumeration GUAM 
enumeration GUATEMALA 
enumeration GUERNSEY 
enumeration GUINEA 
enumeration GUINEA-BISSAU 
enumeration GUYANA 
enumeration HAITI 
enumeration HEARD ISLAND AND MCDONALD ISLANDS 
enumeration HOLY SEE (VATICAN CITY STATE) 
enumeration HONDURAS 
enumeration HONG KONG 
enumeration HUNGARY 
enumeration ICELAND 
enumeration INDIA 
enumeration INDONESIA 
enumeration IRAN, ISLAMIC REPUBLIC OF 
enumeration IRAQ 
enumeration IRELAND 
enumeration ISLE OF MAN 
enumeration ISRAEL 
enumeration ITALY 
enumeration JAMAICA 
enumeration JAPAN 
enumeration JERSEY 
enumeration JORDAN 
enumeration KAZAKHSTAN 
enumeration KENYA 
enumeration KIRIBATI 
enumeration KOREA, DEMOCRATIC PEOPLE&apos;S REPUBLIC OF 
enumeration KOREA, REPUBLIC OF 
enumeration KUWAIT 
enumeration KYRGYZSTAN 
enumeration LAO PEOPLE&apos;S DEMOCRATIC REPUBLIC 
enumeration LATVIA 
enumeration LEBANON 
enumeration LESOTHO 
enumeration LIBERIA 
enumeration LIBYA 
enumeration LIECHTENSTEIN 
enumeration LITHUANIA 
enumeration LUXEMBOURG 
enumeration MACAO 
enumeration MACEDONIA, THE FORMER YUGOSLAV REPUBLIC OF 
enumeration MADAGASCAR 
enumeration MALAWI 
enumeration MALAYSIA 
enumeration MALDIVES 
enumeration MALI 
enumeration MALTA 
enumeration MARSHALL ISLANDS 
enumeration MARTINIQUE 
enumeration MAURITANIA 
enumeration MAURITIUS 
enumeration MAYOTTE 
enumeration MEXICO 
enumeration MICRONESIA, FEDERATED STATES OF 
enumeration MOLDOVA, REPUBLIC OF 
enumeration MONACO 
enumeration MONGOLIA 
enumeration MONTENEGRO 
enumeration MONTSERRAT 
enumeration MOROCCO 
enumeration MOZAMBIQUE 
enumeration MYANMAR 
enumeration NAMIBIA 
enumeration NAURU 
enumeration NEPAL 
enumeration NETHERLANDS 
enumeration NEW CALEDONIA 
enumeration NEW ZEALAND 
enumeration NICARAGUA 
enumeration NIGER 
enumeration NIGERIA 
enumeration NIUE 
enumeration NORFOLK ISLAND 
enumeration NORTHERN MARIANA ISLANDS 
enumeration NORWAY 
enumeration OMAN 
enumeration PAKISTAN 
enumeration PALAU 
enumeration PALESTINIAN TERRITORY, OCCUPIED 
enumeration PANAMA 
enumeration PAPUA NEW GUINEA 
enumeration PARAGUAY 
enumeration PERU 
enumeration PHILIPPINES 
enumeration PITCAIRN 
enumeration POLAND 
enumeration PORTUGAL 
enumeration PUERTO RICO 
enumeration QATAR 
enumeration RÉUNION 
enumeration ROMANIA 
enumeration RUSSIAN FEDERATION 
enumeration RWANDA 
enumeration SAINT BARTHÉLEMY 
enumeration SAINT HELENA, ASCENSION AND TRISTAN DA CUNHA 
enumeration SAINT KITTS AND NEVIS 
enumeration SAINT LUCIA 
enumeration SAINT MARTIN (FRENCH PART) 
enumeration SAINT PIERRE AND MIQUELON 
enumeration SAINT VINCENT AND THE GRENADINES 
enumeration SAMOA 
enumeration SAN MARINO 
enumeration SAO TOME AND PRINCIPE 
enumeration SAUDI ARABIA 
enumeration SENEGAL 
enumeration SERBIA 
enumeration SEYCHELLES 
enumeration SIERRA LEONE 
enumeration SINGAPORE 
enumeration SINT MAARTEN (DUTCH PART) 
enumeration SLOVAKIA 
enumeration SLOVENIA 
enumeration SOLOMON ISLANDS 
enumeration SOMALIA 
enumeration SOUTH AFRICA 
enumeration SOUTH GEORGIA AND THE SOUTH SANDWICH ISLANDS 
enumeration SOUTH SUDAN 
enumeration SPAIN 
enumeration SRI LANKA 
enumeration SUDAN 
enumeration SURINAME 
enumeration SVALBARD AND JAN MAYEN 
enumeration SWAZILAND 
enumeration SWEDEN 
enumeration SWITZERLAND 
enumeration SYRIAN ARAB REPUBLIC 
enumeration TAIWAN, PROVINCE OF CHINA 
enumeration TAJIKISTAN 
enumeration TANZANIA, UNITED REPUBLIC OF 
enumeration THAILAND 
enumeration TIMOR-LESTE 
enumeration TOGO 
enumeration TOKELAU 
enumeration TONGA 
enumeration TRINIDAD AND TOBAGO 
enumeration TUNISIA 
enumeration TURKEY 
enumeration TURKMENISTAN 
enumeration TURKS AND CAICOS ISLANDS 
enumeration TUVALU 
enumeration UGANDA 
enumeration UKRAINE 
enumeration UNITED ARAB EMIRATES 
enumeration UNITED KINGDOM 
enumeration UNITED STATES 
enumeration UNITED STATES MINOR OUTLYING ISLANDS 
enumeration URUGUAY 
enumeration UZBEKISTAN 
enumeration VANUATU 
enumeration VENEZUELA, BOLIVARIAN REPUBLIC OF 
enumeration VIET NAM 
enumeration VIRGIN ISLANDS, BRITISH 
enumeration VIRGIN ISLANDS, U.S. 
enumeration WALLIS AND FUTUNA 
enumeration WESTERN SAHARA 
enumeration YEMEN 
enumeration ZAMBIA 
enumeration ZIMBABWE 
annotation
documentation
The name of the country per the International Organization for Standardization (ISO) 3166.
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 Ed-Fi-Core_diagrams/Ed-Fi-Core_p63.png
namespace http://ed-fi.org/0110
type Coordinate
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p64.png
namespace http://ed-fi.org/0110
type Coordinate
properties
isRef 0
minOcc 0
maxOcc 1
content simple
facets
Kind Value annotation 
minLength 
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_p65.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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_p66.png
namespace http://ed-fi.org/0110
type xs:date
properties
isRef 0
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>