<xs:complexType name="ManufacturingMethodType">
<xs:annotation>
<xs:documentation>The ManufacturingMethodType defines a manufacturing method for a part.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="ManufacturingMethodEnum" type="ManufacturingMethodEnumType">
<xs:annotation>
<xs:documentation>The ManufacturingMethodEnum element describes an often-used manufacturing method.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherManufacturingMethod" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherManufacturingMethod element describes a manufacturing method in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |