Definition Type: ComplexType
Name: AllocatedResources
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ManufacturingComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema fields_xsd 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 AllocatedResources in schema manufacturingcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="AllocatedResources">
    <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 nsA:Allocation 0 unbounded
InventoryAllocation nsA:InventoryAllocation 0 unbounded
LabourAllocation nsA:LabourAllocation 0 unbounded
MachineAllocation nsA:MachineAllocation 0 unbounded
OperationAllocation nsA:OperationAllocation 0 unbounded
ToolAllocation nsA:ToolAllocation 0 unbounded
UserArea nsA:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
nsA:AllocatedResources, nsA:EstimatedResourceRequirements