<xs:complexType name="Machine">
<xs:complexContent>
<xs:extension base="ResourceReference">
<xs:sequence>
<xs:element name="Id" type="MachineId" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">contains the value of a machine’s code or identifier</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="Classification" type="MachineClassification" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">is a classification of the machines of like functionality.</xs:documentation>
<xs:documentation source="http://www.openapplications.org/oagis">Possible values: CNC-Lathe, Manual Lathe</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="FixedAssetCode" type="Code" minOccurs="0">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the fixed asset code of the machine.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Feature" type="FeatureValue" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation source="http://www.openapplications.org/oagis">Is the feature list of the machine.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="Status" minOccurs="0" />
<xs:element ref="Location" minOccurs="0" />
<xs:element ref="UserArea" minOccurs="0" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|