<xs:complexType name="OrientationDiametricalZoneType">
<xs:annotation>
<xs:documentation>The OrientationDiametricalZoneType defines the shape of a tolerance zone as diametrical.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ZoneOrientationVector" type="UnitVectorType" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional ZoneOrientationVector element gives the orientation of the diametrical tolerance zone.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |