Definition Type: ComplexType
Name: Machine
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 Location in schema components_xsd Drilldown into Status in schema components_xsd Drilldown into Feature in schema mfgcomponents_xsd Drilldown into FixedAssetCode in schema mfgcomponents_xsd Drilldown into Classification in schema mfgcomponents_xsd Drilldown into Id in schema mfgcomponents_xsd Drilldown into Resource in schema mfgcomponents_xsd Drilldown into ResourceReference in schema mfgcomponents_xsdXSD Diagram of Machine in schema mfgcomponents_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Id oa:Id 0 (1)
Classification oa:Classification 0 (1)
FixedAssetCode oa:FixedAssetCode 0 (1)
Feature oa:Feature 0 unbounded
Status oa:Status 0 (1)
Location oa:Location 0 (1)
UserArea oa:UserArea 0 (1)
Collapse Derivation Tree:
Collapse References:
oa:HazardSourceMachine, oa:Machine