complexType InternationalAddress
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p770.png
namespace http://ed-fi.org/0210
children AddressType AddressLine1 AddressLine2 AddressLine3 AddressLine4 Country Latitude Longitude BeginDate EndDate
used by
elements EducationOrganization/InternationalAddress Parent/InternationalAddress Staff/InternationalAddress Student/InternationalAddress
annotation
documentation
Addresses located outside of the United States.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="InternationalAddress">
 
<xs:annotation>
   
<xs:documentation>Addresses located outside of the United States.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<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="AddressLine1" type="AddressLine">
     
<xs:annotation>
       
<xs:documentation>The first line of the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AddressLine2" type="AddressLine" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The second line of the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AddressLine3" type="AddressLine" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The third line of the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="AddressLine4" type="AddressLine" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The fourth line of the address.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="Country" type="CountryDescriptorReferenceType">
     
<xs:annotation>
       
<xs:documentation>The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes.</xs:documentation>
       
<xs:appinfo>
         
<ann:Descriptor>CountryDescriptor</ann:Descriptor>
       
</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: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:complexType>

element InternationalAddress/AddressType
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p771.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 InternationalAddress/AddressLine1
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p772.png
namespace http://ed-fi.org/0210
type AddressLine
properties
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The first line of the address.
source <xs:element name="AddressLine1" type="AddressLine">
 
<xs:annotation>
   
<xs:documentation>The first line of the address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InternationalAddress/AddressLine2
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p773.png
namespace http://ed-fi.org/0210
type AddressLine
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The second line of the address.
source <xs:element name="AddressLine2" type="AddressLine" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The second line of the address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InternationalAddress/AddressLine3
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p774.png
namespace http://ed-fi.org/0210
type AddressLine
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The third line of the address.
source <xs:element name="AddressLine3" type="AddressLine" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The third line of the address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InternationalAddress/AddressLine4
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p775.png
namespace http://ed-fi.org/0210
type AddressLine
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
The fourth line of the address.
source <xs:element name="AddressLine4" type="AddressLine" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The fourth line of the address.</xs:documentation>
 
</xs:annotation>
</xs:element>

element InternationalAddress/Country
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p776.png
namespace http://ed-fi.org/0210
type CountryDescriptorReferenceType
properties
content complex
children CodeValue Namespace
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:ID        
documentation
The XML ID associated with this complex object.
ref  xs:IDREF        
documentation
The XML IDREF that references the object associated with this object.
annotation
documentation
The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes.
appinfo
<ann:Descriptor>CountryDescriptor</ann:Descriptor>
source <xs:element name="Country" type="CountryDescriptorReferenceType">
 
<xs:annotation>
   
<xs:documentation>The name of the country. It is strongly recommended that entries use only ISO 3166 2-letter country codes.</xs:documentation>
   
<xs:appinfo>
     
<ann:Descriptor>CountryDescriptor</ann:Descriptor>
   
</xs:appinfo>
 
</xs:annotation>
</xs:element>

element InternationalAddress/Latitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p777.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 InternationalAddress/Longitude
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p778.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 InternationalAddress/BeginDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p779.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 InternationalAddress/EndDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p780.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>