<xs:complexType name="SphereType">
<xs:annotation>
<xs:documentation>The SphereType defines a sphere to be used as a spherical DatumTarget. It is not a feature.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CenterPoint" type="PointType">
<xs:annotation>
<xs:documentation>The CenterPoint element is the center of the sphere.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Diameter" type="LinearValueType">
<xs:annotation>
<xs:documentation>The Diameter element is the diameter of the sphere.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |