Definition Type: Element
Name: ReferenceInformation
Namespace: http://ns.hr-xml.org/2007-04-15
Containing Schema: TimeCardAdditionalData.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema userarea_xsd Drilldown into StaffingOrganizationId in schema timecardadditionaldata_xsd Drilldown into BillToEntityId in schema timecardadditionaldata_xsd Drilldown into InvoiceId in schema timecardadditionaldata_xsd Drilldown into StaffingCustomerOrgUnitId in schema timecardadditionaldata_xsd Drilldown into StaffingSupplierOrgUnitId in schema timecardadditionaldata_xsd Drilldown into DocumentId in schema timecardadditionaldata_xsd Drilldown into AssignmentId in schema timecardadditionaldata_xsd Drilldown into HumanResourceId in schema timecardadditionaldata_xsd Drilldown into MasterOrderId in schema timecardadditionaldata_xsd Drilldown into StaffingCustomerId in schema timecardadditionaldata_xsd Drilldown into StaffingSupplierId in schema timecardadditionaldata_xsd Drilldown into IntermediaryId in schema timecardadditionaldata_xsd Drilldown into PositionId in schema timecardadditionaldata_xsd Drilldown into OrderId in schema timecardadditionaldata_xsdXSD Diagram of ReferenceInformation in schema timecardadditionaldata_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:element name="ReferenceInformation">
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element name="OrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="PositionId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="IntermediaryId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingSupplierId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingCustomerId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="MasterOrderId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="HumanResourceId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="AssignmentId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="DocumentId" type="EntityIdType" minOccurs="0" />
            <xsd:element name="StaffingSupplierOrgUnitId" type="EntityIdType" minOccurs="0" maxOccurs="unbounded" />
            <xsd:element name="StaffingCustomerOrgUnitId" 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
OrderId hr:OrderId 0 unbounded
PositionId hr:PositionId 0 unbounded
IntermediaryId hr:IntermediaryId 0 unbounded
StaffingSupplierId hr:StaffingSupplierId 0 unbounded
StaffingCustomerId hr:StaffingCustomerId 0 unbounded
MasterOrderId hr:MasterOrderId 0 unbounded
HumanResourceId hr:HumanResourceId 0 unbounded
AssignmentId hr:AssignmentId 0 unbounded
DocumentId hr:DocumentId 0 (1)
StaffingSupplierOrgUnitId hr:StaffingSupplierOrgUnitId 0 unbounded
StaffingCustomerOrgUnitId hr:StaffingCustomerOrgUnitId 0 unbounded
InvoiceId hr:InvoiceId 0 unbounded
BillToEntityId hr:BillToEntityId 0 unbounded
StaffingOrganizationId hr:StaffingOrganizationId 0 unbounded
UserArea hr:UserArea 0 (1)