Definition Type: ComplexType
Name: AssessmentDemographicDescriptorsType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: AssessmentTypes.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into PrimaryLanguage in schema assessmenttypes_xsd Drilldown into Nationality in schema assessmenttypes_xsd Drilldown into Ethnicity in schema assessmenttypes_xsd Drilldown into Race in schema assessmenttypes_xsdXSD Diagram of AssessmentDemographicDescriptorsType in schema assessmenttypes_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AssessmentDemographicDescriptorsType">
    <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: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
Collapse Derivation Tree:
Collapse References:
hr:DemographicDescriptors