Definition Type: ComplexType
Name: StaffingOrganizationType
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: StaffingOrganization.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into ReferenceIdInfo in schema staffingorganization_xsd Drilldown into PaymentInfo in schema staffingorganization_xsd Drilldown into Organization in schema organization_xsd Drilldown into lang in schema xml_xsd Drilldown into typeOfOrganization in schema staffingorganization_xsdXSD Diagram of StaffingOrganizationType in schema staffingorganization_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="StaffingOrganizationType">
    <xsd:sequence>
        <xsd:element ref="Organization" maxOccurs="unbounded" />
        <xsd:element name="PaymentInfo" type="PaymentInfoType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element name="ReferenceIdInfo" type="StaffingReferenceIdType" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attribute name="typeOfOrganization" type="TypeOfOrganization" use="required" />
    <xsd:attribute ref="xml:lang" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Organization hr:Organization (1) unbounded
PaymentInfo hr:PaymentInfo 0 unbounded
ReferenceIdInfo hr:ReferenceIdInfo 0 unbounded
UserArea hr:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
typeOfOrganization hr:typeOfOrganization Required
lang nsA:lang (Optional)
Collapse Derivation Tree:
Collapse References:
hr:StaffingOrganization