<xs:complexType name="PositionSphericalZoneType">
<xs:annotation>
<xs:documentation>The PositionSphericalZoneType defines the shape of a tolerance zone as spherical.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Dimensionality" type="DimensionCountEnumType" fixed="THREEDIMENSIONAL" minOccurs="0">
<xs:annotation>
<xs:documentation>The optional Dimensionality element for a spherical tolerance zone (if present) is always three dimensional.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |