Definition Type: ComplexType
Name: OtherDescriptorsType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: PersonDescriptors.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into List in schema persondescriptors_xsd Drilldown into Value in schema persondescriptors_xsd Drilldown into Applicable in schema persondescriptors_xsd Drilldown into Name in schema persondescriptors_xsdXSD Diagram of OtherDescriptorsType in schema persondescriptors_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="OtherDescriptorsType">
    <xsd:sequence>
        <xsd:element name="Name" type="xsd:string" minOccurs="0" />
        <xsd:choice>
            <xsd:element name="Applicable" type="xsd:boolean" minOccurs="0" />
            <xsd:element name="Value" type="xsd:string" minOccurs="0" />
            <xsd:element name="List" minOccurs="0">
                <xsd:complexType>
                    <xsd:sequence>
                        <xsd:element name="Item" type="xsd:string" maxOccurs="unbounded" />
                    </xsd:sequence>
                </xsd:complexType>
            </xsd:element>
        </xsd:choice>
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Name hr:Name 0 (1)
Applicable hr:Applicable 0 (1)
Value hr:Value 0 (1)
List hr:List 0 (1)
Collapse Derivation Tree:
Collapse References:
hr:OtherDescriptors