<xsd:complexType name="DemographicDetailType">
<xsd:sequence>
<xsd:element name="GovernmentId" type="PersonalIdType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="OtherId" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Other personal identifier such as school or student number.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="PersonalIdType">
<xsd:attribute name="type" type="xsd:string" use="optional" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="DateOfBirth" type="LocalDateNkNaType" minOccurs="0" />
<xsd:element name="Race" type="xsd:string" minOccurs="0" />
<xsd:element name="GenderCode" type="GenderCodeType" minOccurs="0" />
<xsd:element name="VeteranStatus" type="xsd:string" minOccurs="0" />
<xsd:element name="MilitaryStatus" type="xsd:string" minOccurs="0" />
<xsd:element name="Disability" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="Ethnicity" type="xsd:string" minOccurs="0" />
<xsd:element name="Religion" type="xsd:string" minOccurs="0" />
<xsd:element name="Nationality" type="CountryCodeType" minOccurs="0" />
<xsd:element name="VisaStatus" type="xsd:string" minOccurs="0" />
<xsd:element name="Language" type="LanguageCodeType" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="EyeColor" type="ExtendedPersonEyeColorQualifiers" minOccurs="0" />
<xsd:element name="HairColor" type="ExtendedPersonHairColorQualifiers" minOccurs="0" />
<xsd:element name="Height" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="unitOfMeasure" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="Weight" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="unitOfMeasure" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
<xsd:element name="IdentifyingMarks" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
<xsd:element name="BirthPlace" type="xsd:string" minOccurs="0" />
<xsd:element name="Age" type="xsd:nonNegativeInteger" minOccurs="0" />
<xsd:element name="HomeOwner" type="xsd:boolean" minOccurs="0" />
<xsd:element name="Other" minOccurs="0">
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="type" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|