<xs:complexType name="TypeOfScaleType">
<xs:annotation>
<xs:documentation>The TypeOfScaleType defines the type of a scale on a CMM.</xs:documentation>
</xs:annotation>
<xs:choice>
<xs:element name="TypeOfScaleEnum" type="TypeOfScaleEnumType">
<xs:annotation>
<xs:documentation>The TypeOfScaleEnum element describes an often-used CMM scale type.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="OtherTypeOfScale" type="xs:string">
<xs:annotation>
<xs:documentation>The OtherTypeOfScale element describes a CMM scale type in natural language.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:complexType> |