Definition Type: SimpleType
Name: EngineeringWorkOrderCodeEnumerationType
Namespace: http://www.openapplications.org/oagis/9/codelists
Containing Schema: CodeLists.xsd
Documentation:
Identifies the type of Engineering Work Order.
Collapse XSD Schema Diagram:
XSD Diagram of EngineeringWorkOrderCodeEnumerationType in schema codelists_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:simpleType name="EngineeringWorkOrderCodeEnumerationType">
    <xsd:annotation>
        <xsd:documentation>Identifies the type of Engineering Work Order.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString">
        <xsd:enumeration value="designDeviationPermit">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for a deviation from the approved design data</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="designRelease">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An auhorization for the design of a product or of an item or o create a bill of material</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="managementResolution">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization by a committee, such as the board of directos, to design or change an item</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="manufacturingRelease">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for the manufacturing process of a product or of an item</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
        <xsd:enumeration value="productionDeviationPermit">
            <xsd:annotation>
                <xsd:documentation source="http://www.openapplications.org/oagis/9">An authorization for a deviation from the approved manufacturing process</xsd:documentation>
            </xsd:annotation>
        </xsd:enumeration>
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration designDeviationPermit
Enumeration designRelease
Enumeration managementResolution
Enumeration manufacturingRelease
Enumeration productionDeviationPermit