Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CartesianResolutionType / CombinedCartesianResolution
Annotations
The CombinedResolution element is the resolution of the device.
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="CombinedCartesianResolution" type="LinearValueType">
  <xs:annotation>
    <xs:documentation>The CombinedResolution element is the resolution of the device.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianResolutionType / XYZResolution
Annotations
The optional XYZResolution element gives the resolution of the device along each of the three coordinate axes.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_XResolution QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_YResolution QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType_ZResolution QIFMeasurementResources_xsd_Complex_Type_XYZResolutionType.tmp#XYZResolutionType
Type XYZResolutionType
Properties
content complex
minOccurs 0
Children XResolution, YResolution, ZResolution
Instance
<XYZResolution xmlns="http://qifstandards.org/xsd/qif3">
  <XResolution decimalPlaces="" linearUnit="" significantFigures="">{1,1}</XResolution>
  <YResolution decimalPlaces="" linearUnit="" significantFigures="">{1,1}</YResolution>
  <ZResolution decimalPlaces="" linearUnit="" significantFigures="">{1,1}</ZResolution>
</XYZResolution>
Source
<xs:element name="XYZResolution" type="XYZResolutionType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional XYZResolution element gives the resolution of the device along each of the three coordinate axes.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CartesianResolutionType
Annotations
The CartesianResolutionType gives the resolution of a device with 3D Cartesian coordinates as an overall resolution, or as a sequence of X, Y, and Z axis resolutions, or both.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_ResolutionBaseType.tmp#ResolutionBaseType QIFMeasurementResources_xsd_Complex_Type_CartesianResolutionType.tmp#CartesianResolutionType_CombinedCartesianResolution QIFMeasurementResources_xsd_Complex_Type_CartesianResolutionType.tmp#CartesianResolutionType_XYZResolution
Type extension of ResolutionBaseType
Type hierarchy
Used by
Children CombinedCartesianResolution, XYZResolution
Source
<xs:complexType name="CartesianResolutionType">
  <xs:annotation>
    <xs:documentation>The CartesianResolutionType gives the resolution of a device with 3D Cartesian coordinates as an overall resolution, or as a sequence of X, Y, and Z axis resolutions, or both.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="ResolutionBaseType">
      <xs:choice>
        <xs:annotation>
          <xs:documentation>The choice is among (1) CombinedCartesianResolution, (2) XYZResolution, or (3) both (with CombinedResolution 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="CombinedCartesianResolution" type="LinearValueType">
            <xs:annotation>
              <xs:documentation>The CombinedResolution element is the resolution of the device.</xs:documentation>
            </xs:annotation>
          </xs:element>
          <xs:element name="XYZResolution" type="XYZResolutionType" minOccurs="0">
            <xs:annotation>
              <xs:documentation>The optional XYZResolution element gives the resolution of the device along each of the three coordinate axes.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:sequence>
        <xs:element name="XYZResolution" type="XYZResolutionType">
          <xs:annotation>
            <xs:documentation>The XYZResolution element gives the resolution of the device along each of the three coordinate axes.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:choice>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd