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