Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element RAPZResolutionType / RadialResolution
Annotations
The RadialResolution element is the radial resolution for a spherical coordinate system (the resolution from the origin to the point being measured).
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="RadialResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The RadialResolution element is the radial resolution for a spherical coordinate system (the resolution from the origin to the point being measured).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RAPZResolutionType / AzimuthalAngleResolution
Annotations
The AzimuthalResolution element is the resolution for the Azimuthal angle of 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="AzimuthalAngleResolution" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The AzimuthalResolution element is the resolution for the Azimuthal angle of a spherical coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RAPZResolutionType / PolarAngleResolution
Annotations
The PolarAngleResolution element is the resolution for the Polar angle of 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="PolarAngleResolution" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The PolarAngleResolution element is the resolution for the Polar angle of a spherical coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type RAPZResolutionType
Annotations
The RAPZResolutionType defines resolution in each coordinate of a spherical coordinate system (Radial, Azimuthal and Polar).
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_RAPZResolutionType.tmp#RAPZResolutionType_RadialResolution QIFMeasurementResources_xsd_Complex_Type_RAPZResolutionType.tmp#RAPZResolutionType_AzimuthalAngleResolution QIFMeasurementResources_xsd_Complex_Type_RAPZResolutionType.tmp#RAPZResolutionType_PolarAngleResolution
Used by
Children AzimuthalAngleResolution, PolarAngleResolution, RadialResolution
Source
<xs:complexType name="RAPZResolutionType">
  <xs:annotation>
    <xs:documentation>The RAPZResolutionType defines resolution in each coordinate of a spherical coordinate system (Radial, Azimuthal and Polar).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="RadialResolution" type="LinearValueType">
      <xs:annotation>
        <xs:documentation>The RadialResolution element is the radial resolution for a spherical coordinate system (the resolution from the origin to the point being measured).</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="AzimuthalAngleResolution" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The AzimuthalResolution element is the resolution for the Azimuthal angle of a spherical coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PolarAngleResolution" type="AngularValueType">
      <xs:annotation>
        <xs:documentation>The PolarAngleResolution element is the resolution for the Polar angle of 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