<xs:complexType name="SphericalResolutionType">
<xs:annotation>
<xs:documentation>The SphericalResolutionType defines the resolution for a device with a 3D Spherical coordinate system as an overall resolution, or as a sequence of Radial, Azimuthal, and Polar resolutions, or both.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="ResolutionBaseType">
<xs:sequence>
<xs:choice>
<xs:annotation>
<xs:documentation>The choice is among (1) CombinedSphericalResolution, (2) RAPResolution, or (3) both (with CombinedSphericalResolution coming first). This choice structure is the normal XML schema language structure for 'one or both'.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="CombinedSphericalResolution" type="CombinedSphericalResolutionType">
<xs:annotation>
<xs:documentation>The CombinedSphericalResolution element is the resolution in a spherical coordinate system.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="RAPZResolution" type="RAPZResolutionType">
<xs:annotation>
<xs:documentation>The RAPResolution element is the resolution for any device using spherical coordinate system.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:element name="RAPResolution" type="RAPZResolutionType">
<xs:annotation>
<xs:documentation>The RAPResolution element is the resolution for any device using spherical coordinate system.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType> |