Definition Type: ComplexType
Name: DemographicDescriptorsType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonDescriptors.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into ChildrenInfo in schema persondescriptors_xsd Drilldown into MaritalStatus in schema persondescriptors_xsd Drilldown into Religion in schema persondescriptors_xsd Drilldown into BirthPlace in schema persondescriptors_xsd Drilldown into PrimaryLanguage in schema persondescriptors_xsd Drilldown into Nationality in schema persondescriptors_xsd Drilldown into Ethnicity in schema persondescriptors_xsd Drilldown into Race in schema persondescriptors_xsdXSD Diagram of DemographicDescriptorsType in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="DemographicDescriptorsType">
    <xsd:sequence>
        <xsd:element name="Race" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Ethnicity" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="Nationality" type="xsd:string" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="PrimaryLanguage" type="LanguageCodeType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="BirthPlace" type="xsd:string" minOccurs="0" />
        <xsd:element name="Religion" type="xsd:string" minOccurs="0" />
        <xsd:element name="MaritalStatus" type="MaritalStatusType" minOccurs="0" />
        <xsd:element name="ChildrenInfo" minOccurs="0">
            <xsd:complexType>
                <xsd:sequence>
                    <xsd:element name="NumberOfChildren" type="xsd:nonNegativeInteger" minOccurs="0" />
                    <xsd:element name="Comments" type="xsd:string" minOccurs="0" />
                </xsd:sequence>
            </xsd:complexType>
        </xsd:element>
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Race hr:Race 0 unbounded
Ethnicity hr:Ethnicity 0 unbounded
Nationality hr:Nationality 0 unbounded
PrimaryLanguage hr:PrimaryLanguage 0 unbounded
BirthPlace hr:BirthPlace 0 (1)
Religion hr:Religion 0 (1)
MaritalStatus hr:MaritalStatus 0 (1)
ChildrenInfo hr:ChildrenInfo 0 (1)
UserArea hr:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:DemographicDescriptors