complexType
BirthData
element BirthData/BirthDate
element BirthData/BirthCity
element BirthData/BirthStateAbbreviation
element BirthData/BirthInternationalProvince
element BirthData/BirthCountry
element BirthData/DateEnteredUS
element BirthData/MultipleBirthStatus
diagram | |||||
namespace | http://ed-fi.org/0210 | ||||
children | BirthDate BirthCity BirthStateAbbreviation BirthInternationalProvince BirthCountry DateEnteredUS MultipleBirthStatus | ||||
used by |
|
||||
annotation |
|
||||
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 | |||
namespace | http://ed-fi.org/0210 | ||
type | xs:date | ||
properties |
|
||
annotation |
|
||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | City | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | StateAbbreviationType | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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 | ||||||||||
namespace | http://ed-fi.org/0210 | |||||||||
type | BirthInternationalProvince | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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 | |||||||||||||||||||||||
namespace | http://ed-fi.org/0210 | ||||||||||||||||||||||
type | CountryDescriptorReferenceType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
children | CodeValue Namespace | ||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:date | ||||||
properties |
|
||||||
annotation |
|
||||||
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 | |||||||
namespace | http://ed-fi.org/0210 | ||||||
type | xs:boolean | ||||||
properties |
|
||||||
annotation |
|
||||||
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> |