<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>
|