Definition Type: ComplexType
Name: DemographicDetailType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: DemographicDetail.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Other in schema demographicdetail_xsd Drilldown into HomeOwner in schema demographicdetail_xsd Drilldown into Age in schema demographicdetail_xsd Drilldown into BirthPlace in schema demographicdetail_xsd Drilldown into IdentifyingMarks in schema demographicdetail_xsd Drilldown into Weight in schema demographicdetail_xsd Drilldown into Height in schema demographicdetail_xsd Drilldown into HairColor in schema demographicdetail_xsd Drilldown into EyeColor in schema demographicdetail_xsd Drilldown into Language in schema demographicdetail_xsd Drilldown into VisaStatus in schema demographicdetail_xsd Drilldown into Nationality in schema demographicdetail_xsd Drilldown into Religion in schema demographicdetail_xsd Drilldown into Ethnicity in schema demographicdetail_xsd Drilldown into Disability in schema demographicdetail_xsd Drilldown into MilitaryStatus in schema demographicdetail_xsd Drilldown into VeteranStatus in schema demographicdetail_xsd Drilldown into GenderCode in schema demographicdetail_xsd Drilldown into Race in schema demographicdetail_xsd Drilldown into DateOfBirth in schema demographicdetail_xsd Drilldown into OtherId in schema demographicdetail_xsd Drilldown into GovernmentId in schema demographicdetail_xsdXSD Diagram of DemographicDetailType in schema demographicdetail_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
GovernmentId hr:GovernmentId 0 unbounded
OtherId hr:OtherId 0 unbounded
DateOfBirth hr:DateOfBirth 0 (1)
Race hr:Race 0 (1)
GenderCode hr:GenderCode 0 (1)
VeteranStatus hr:VeteranStatus 0 (1)
MilitaryStatus hr:MilitaryStatus 0 (1)
Disability hr:Disability 0 unbounded
Ethnicity hr:Ethnicity 0 (1)
Religion hr:Religion 0 (1)
Nationality hr:Nationality 0 (1)
VisaStatus hr:VisaStatus 0 (1)
Language hr:Language 0 unbounded
EyeColor hr:EyeColor 0 (1)
HairColor hr:HairColor 0 (1)
Height hr:Height 0 (1)
Weight hr:Weight 0 (1)
IdentifyingMarks hr:IdentifyingMarks 0 unbounded
BirthPlace hr:BirthPlace 0 (1)
Age hr:Age 0 (1)
HomeOwner hr:HomeOwner 0 (1)
Other hr:Other 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DemographicDetail, hr:DemographicDetail, hr:DemographicDetail