Definition Type: Element
Name: ReferenceInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: HumanResource.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into StaffingOrganizationId in schema humanresource_xsd Drilldown into BillToEntityId in schema humanresource_xsd Drilldown into InvoiceId in schema humanresource_xsd Drilldown into TimeCardId in schema humanresource_xsd Drilldown into MasterOrderId in schema humanresource_xsd Drilldown into StaffingCustomerOrgUnitId in schema humanresource_xsd Drilldown into StaffingSupplierOrgUnitId in schema humanresource_xsd Drilldown into AssignmentId in schema humanresource_xsd Drilldown into PositionId in schema humanresource_xsd Drilldown into OrderId in schema humanresource_xsd Drilldown into IntermediaryId in schema humanresource_xsd Drilldown into StaffingCustomerId in schema humanresource_xsd Drilldown into StaffingSupplierId in schema humanresource_xsdXSD Diagram of ReferenceInformation in schema humanresource_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReferenceInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="StaffingSupplierId" type="EntityIdType" maxOccurs="unbounded" />
            <xsd:element name="StaffingCustomerId" type="EntityIdType" maxOccurs="unbounded" />
            <xsd:element name="IntermediaryId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="OrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="PositionId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="AssignmentId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingSupplierOrgUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingCustomerOrgUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="MasterOrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="TimeCardId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="InvoiceId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="BillToEntityId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingOrganizationId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element ref="UserArea" minOccurs="0" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
StaffingSupplierId hr:StaffingSupplierId (1) unbounded
StaffingCustomerId hr:StaffingCustomerId (1) unbounded
IntermediaryId hr:IntermediaryId 0 unbounded
OrderId hr:OrderId 0 unbounded
PositionId hr:PositionId 0 unbounded
AssignmentId hr:AssignmentId 0 unbounded
StaffingSupplierOrgUnitId hr:StaffingSupplierOrgUnitId 0 unbounded
StaffingCustomerOrgUnitId hr:StaffingCustomerOrgUnitId 0 unbounded
MasterOrderId hr:MasterOrderId 0 unbounded
TimeCardId hr:TimeCardId 0 unbounded
InvoiceId hr:InvoiceId 0 unbounded
BillToEntityId hr:BillToEntityId 0 unbounded
StaffingOrganizationId hr:StaffingOrganizationId 0 unbounded
UserArea hr:UserArea 0 (1)