Definition Type: ComplexType
Name: CostAllocationType
Namespace: http://www.hr-xml.org/3
Containing Schema: Components.xsd
Abstract
Documentation:
Contains an identifier of an account, department, or other entity to which an item should be allocated.
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd Drilldown into AllocationPercentage in schema fields_xsd Drilldown into AllocationID in schema fields_xsd Drilldown into validTo in schema fields_xsd Drilldown into validFrom in schema fields_xsd Drilldown into EffectiveDateAttributeGroup in schema fields_xsdXSD Diagram of CostAllocationType in schema components_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="CostAllocationType">
    <xsd:annotation>
        <xsd:documentation>Contains an identifier of an account, department, or other entity to which an item should be allocated.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element ref="AllocationID" minOccurs="0" />
        <xsd:element ref="AllocationPercentage" minOccurs="0" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
    <xsd:attributeGroup ref="EffectiveDateAttributeGroup" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AllocationID nsA:AllocationID 0 (1)
AllocationPercentage nsA:AllocationPercentage 0 (1)
UserArea nsA:UserArea 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
validFrom nsA:validFrom Optional
validTo nsA:validTo Optional
Collapse Derivation Tree:
Collapse References:
nsA:CostAllocation