Definition Type: ComplexType
Name: ResourcesType
Namespace: http://www.openapplications.org/oagis/9
Containing Schema: ManufacturingComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ManufacturingItem in schema manufacturingcomponents_xsd Drilldown into Labour in schema manufacturingcomponents_xsd Drilldown into Machine in schema manufacturingcomponents_xsd Drilldown into Tool in schema manufacturingcomponents_xsd Drilldown into Resource in schema manufacturingcomponents_xsdXSD Diagram of ResourcesType in schema manufacturingcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:complexType name="ResourcesType">
    <xsd:sequence>
        <xsd:element ref="Resource" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Tool" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Machine" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="Labour" minOccurs="0" maxOccurs="unbounded" />
        <xsd:element ref="ManufacturingItem" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Resource nsA:Resource 0 unbounded
Tool nsA:Tool 0 unbounded
Machine nsA:Machine 0 unbounded
Labour nsA:Labour 0 unbounded
ManufacturingItem nsA:ManufacturingItem 0 unbounded
Collapse Derivation Tree:
Collapse References:
nsA:Resources