Definition Type: ComplexType
Name: StaffingSupplierIdentifiersType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into StaffingSupplierName in schema fields_xsd Drilldown into StaffingSupplierID in schema fields_xsdXSD Diagram of StaffingSupplierIdentifiersType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingSupplierIdentifiersType">
    <xsd:sequence>
        <xsd:element ref="StaffingSupplierID" minOccurs="0" />
        <xsd:element ref="StaffingSupplierName" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StaffingSupplierID nsA:StaffingSupplierID 0 (1)
StaffingSupplierName nsA:StaffingSupplierName 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:StaffingSupplierIdentifiers