Definition Type: ComplexType
Name: Tool
Namespace: http://www.openapplications.org/oagis
Type: oa:ResourceReference
Containing Schema: MfgComponents.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into UserArea in schema meta_xsd Drilldown into ToolClassification in schema mfgcomponents_xsd Drilldown into ToolId in schema mfgcomponents_xsd Drilldown into Resource in schema mfgcomponents_xsd Drilldown into ResourceReference in schema mfgcomponents_xsdXSD Diagram of Tool in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xs:complexType name="Tool">
    <xs:complexContent>
        <xs:extension base="ResourceReference">
            <xs:sequence>
                <xs:element name="ToolId" type="ToolId" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">is the identifier for the tool.</xs:documentation>
                        <xs:documentation source="http://www.openapplications.org/oagis">For the ProcessResourceAllocation BOD, only one of the following fields is required: MACHINEID or MACHCLASS.  Except in the situation where the sending system is indicating a preference of the machine to do the work then both fields may be populated.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="ToolClassification" type="ToolClassification" minOccurs="0">
                    <xs:annotation>
                        <xs:documentation source="http://www.openapplications.org/oagis">is the classification of the tool.</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element ref="UserArea" minOccurs="0" />
            </xs:sequence>
        </xs:extension>
    </xs:complexContent>
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ToolId oa:ToolId 0 (1)
ToolClassification oa:ToolClassification 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:Tool