Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CombinedSphericalResolutionType / CombinedRadialResolution
Annotations
The CombinedRadialResolution element is the radial resolution of the device with a spherical coordinate system.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType_linearUnit Units_xsd_Complex_Type_LinearValueType.tmp#LinearValueType
Type LinearValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
linearUnit xs:token optional
The optional linearUnit attribute defines the UnitName for the LinearValueType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="CombinedRadialResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The CombinedRadialResolution element is the radial resolution of the device with a spherical coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CombinedSphericalResolutionType / CombinedAzimuthalResolution
Annotations
The CombinedAzimuthalResolution element is the Azimuthal resolution of the device with a spherical coordinate system.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="CombinedAzimuthalResolution" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The CombinedAzimuthalResolution element is the Azimuthal resolution of the device with a spherical coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CombinedSphericalResolutionType / CombinedPolarResolution
Annotations
The CombinedPolarResolution element is the polar resolution of the device with a spherical coordinate system.
Diagram
Diagram Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_decimalPlaces Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType_significantFigures Units_xsd_Complex_Type_SpecifiedDecimalType.tmp#SpecifiedDecimalType Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType_angularUnit Units_xsd_Complex_Type_AngularValueType.tmp#AngularValueType
Type AngularValueType
Type hierarchy
Properties
content complex
Attributes
QName Type Use Annotation
angularUnit xs:token optional
The optional angularUnit attribute defines the UnitName for the AngularValueType.
decimalPlaces xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
significantFigures xs:nonNegativeInteger optional
See documentation of SpecifiedDecimalType.
Source
<xs:element name="CombinedPolarResolution" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The CombinedPolarResolution element is the polar resolution of the device with a spherical coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CombinedSphericalResolutionType
Annotations
The CombinedSphericalResolution defines the combined resolution for each axis of a device with a spherical coordinate system.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CombinedSphericalResolutionType.tmp#CombinedSphericalResolutionType_CombinedRadialResolution QIFMeasurementResources_xsd_Complex_Type_CombinedSphericalResolutionType.tmp#CombinedSphericalResolutionType_CombinedAzimuthalResolution QIFMeasurementResources_xsd_Complex_Type_CombinedSphericalResolutionType.tmp#CombinedSphericalResolutionType_CombinedPolarResolution
Used by
Children CombinedAzimuthalResolution, CombinedPolarResolution, CombinedRadialResolution
Source
<xs:complexType name="CombinedSphericalResolutionType">
  <xs:annotation>
    <xs:documentation>The CombinedSphericalResolution defines the combined resolution for each axis of a device with a spherical coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CombinedRadialResolution" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The CombinedRadialResolution element is the radial resolution of the device with a spherical coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CombinedAzimuthalResolution" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The CombinedAzimuthalResolution element is the Azimuthal resolution of the device with a spherical coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CombinedPolarResolution" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The CombinedPolarResolution element is the polar resolution of the device with a spherical coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd