<xs:simpleType name="WeldingProcessSuffixEnumType">
<xs:annotation>
<xs:documentation>The WeldingProcessSuffixEnumType enumerates suffixes of the welding process.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="MANUAL"/>
<xs:enumeration value="SEMI_AUTOMATIC"/>
<xs:enumeration value="ROBOTIC"/>
<xs:enumeration value="MACHINE"/>
</xs:restriction>
</xs:simpleType> |