complexType BirthData
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p202.png
namespace http://ed-fi.org/0210
children BirthDate BirthCity BirthStateAbbreviation BirthInternationalProvince BirthCountry DateEnteredUS MultipleBirthStatus
used by
elements Student/BirthData StudentLookupType/BirthData
annotation
documentation
The set of elements that capture relevant data regarding a person's birth, including birth date and place of birth.
appinfo
<ann:TypeGroup>Common</ann:TypeGroup>
source <xs:complexType name="BirthData">
 
<xs:annotation>
   
<xs:documentation>The set of elements that capture relevant data regarding a person's birth, including birth date and place of birth.</xs:documentation>
   
<xs:appinfo>
     
<ann:TypeGroup>Common</ann:TypeGroup>
   
</xs:appinfo>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="BirthDate" type="xs:date">
     
<xs:annotation>
       
<xs:documentation>The month, day, and year on which an individual was born.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BirthCity" type="City" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The city the student was born in.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BirthStateAbbreviation" type="StateAbbreviationType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BirthInternationalProvince" type="BirthInternationalProvince" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>For students born outside of the U.S., the Province or jurisdiction in which an individual is born.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="BirthCountry" type="CountryDescriptorReferenceType" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>The country in which an individual is born. 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="DateEnteredUS" type="xs:date" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>For students born outside of the U.S., the date the student entered the U.S.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="MultipleBirthStatus" type="xs:boolean" minOccurs="0">
     
<xs:annotation>
       
<xs:documentation>Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element BirthData/BirthDate
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p203.png
namespace http://ed-fi.org/0210
type xs:date
properties
content simple
annotation
documentation
The month, day, and year on which an individual was born.
source <xs:element name="BirthDate" type="xs:date">
 
<xs:annotation>
   
<xs:documentation>The month, day, and year on which an individual was born.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BirthData/BirthCity
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p204.png
namespace http://ed-fi.org/0210
type City
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 2
maxLength 30
annotation
documentation
The city the student was born in.
source <xs:element name="BirthCity" type="City" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The city the student was born in.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BirthData/BirthStateAbbreviation
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p205.png
namespace http://ed-fi.org/0210
type StateAbbreviationType
properties
minOcc 0
maxOcc 1
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 name of the state (within the United States) or extra-state jurisdiction in which an individual was born.
source <xs:element name="BirthStateAbbreviation" type="StateAbbreviationType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The abbreviation for the name of the state (within the United States) or extra-state jurisdiction in which an individual was born.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BirthData/BirthInternationalProvince
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p206.png
namespace http://ed-fi.org/0210
type BirthInternationalProvince
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 1
maxLength 150
annotation
documentation
For students born outside of the U.S., the Province or jurisdiction in which an individual is born.
source <xs:element name="BirthInternationalProvince" type="BirthInternationalProvince" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>For students born outside of the U.S., the Province or jurisdiction in which an individual is born.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BirthData/BirthCountry
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p207.png
namespace http://ed-fi.org/0210
type CountryDescriptorReferenceType
properties
minOcc 0
maxOcc 1
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 country in which an individual is born. It is strongly recommended that entries use only ISO 3166 2-letter country codes.
appinfo
<ann:Descriptor>CountryDescriptor</ann:Descriptor>
source <xs:element name="BirthCountry" type="CountryDescriptorReferenceType" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>The country in which an individual is born. 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 BirthData/DateEnteredUS
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p208.png
namespace http://ed-fi.org/0210
type xs:date
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
For students born outside of the U.S., the date the student entered the U.S.
source <xs:element name="DateEnteredUS" type="xs:date" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>For students born outside of the U.S., the date the student entered the U.S.</xs:documentation>
 
</xs:annotation>
</xs:element>

element BirthData/MultipleBirthStatus
diagram Ed-Fi-Core_diagrams/Ed-Fi-Core_p209.png
namespace http://ed-fi.org/0210
type xs:boolean
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation
Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)
source <xs:element name="MultipleBirthStatus" type="xs:boolean" minOccurs="0">
 
<xs:annotation>
   
<xs:documentation>Indicator of whether the student was born with other siblings (i.e., twins, triplets, etc.)</xs:documentation>
 
</xs:annotation>
</xs:element>