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