Definition Type: ComplexType
Name: AllocatedResourcesType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ManufacturingComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd1 Drilldown into ToolAllocation in schema manufacturingcomponents_xsd Drilldown into OperationAllocation in schema manufacturingcomponents_xsd Drilldown into MachineAllocation in schema manufacturingcomponents_xsd Drilldown into LabourAllocation in schema manufacturingcomponents_xsd Drilldown into InventoryAllocation in schema manufacturingcomponents_xsd Drilldown into Allocation in schema manufacturingcomponents_xsdXSD Diagram of AllocatedResourcesType in schema manufacturingcomponents_xsd (HR-XML - Human Resources XML)
Collapse XSD Schema Code:
<xsd:complexType name="AllocatedResourcesType">
    <xsd:sequence>
        <xsd:element ref="Allocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="InventoryAllocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="LabourAllocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="MachineAllocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="OperationAllocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ToolAllocation" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="UserArea" minOccurs="0" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Allocation oa:Allocation 0 unbounded
InventoryAllocation oa:InventoryAllocation 0 unbounded
LabourAllocation oa:LabourAllocation 0 unbounded
MachineAllocation oa:MachineAllocation 0 unbounded
OperationAllocation oa:OperationAllocation 0 unbounded
ToolAllocation oa:ToolAllocation 0 unbounded
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:AllocatedResources, oa:EstimatedResourceRequirements