Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element UserDefinedResolutionType / CombinedUserDefinedResolution
Annotations
The CombinedUserDefinedResolution element is the resolution of the device in each axis.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CombinedUserDefinedResolutionType.tmp#CombinedUserDefinedResolutionType_ACombinedResolution QIFMeasurementResources_xsd_Complex_Type_CombinedUserDefinedResolutionType.tmp#CombinedUserDefinedResolutionType_BCombinedResolution QIFMeasurementResources_xsd_Complex_Type_CombinedUserDefinedResolutionType.tmp#CombinedUserDefinedResolutionType_CCombinedResolution QIFMeasurementResources_xsd_Complex_Type_CombinedUserDefinedResolutionType.tmp#CombinedUserDefinedResolutionType
Type CombinedUserDefinedResolutionType
Properties
content complex
Children ACombinedResolution, BCombinedResolution, CCombinedResolution
Instance
<CombinedUserDefinedResolution xmlns="http://qifstandards.org/xsd/qif3">
  <ACombinedResolution>{1,1}</ACombinedResolution>
  <BCombinedResolution>{1,1}</BCombinedResolution>
  <CCombinedResolution>{1,1}</CCombinedResolution>
</CombinedUserDefinedResolution>
Source
<xs:element name="CombinedUserDefinedResolution" type="CombinedUserDefinedResolutionType">
  <xs:annotation>
    <xs:documentation>The CombinedUserDefinedResolution element is the resolution of the device in each axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element UserDefinedResolutionType / ABCResolution
Annotations
The ABCResolution element gives the resolution of the device along each of the three coordinate axes (A, B, and C).
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_AAxisResolution QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_BAxisResolution QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType_CAxisResolution QIFMeasurementResources_xsd_Complex_Type_ABCResolutionType.tmp#ABCResolutionType
Type ABCResolutionType
Properties
content complex
Children AAxisResolution, BAxisResolution, CAxisResolution
Instance
<ABCResolution xmlns="http://qifstandards.org/xsd/qif3">
  <AAxisResolution>{1,1}</AAxisResolution>
  <BAxisResolution>{1,1}</BAxisResolution>
  <CAxisResolution>{1,1}</CAxisResolution>
</ABCResolution>
Source
<xs:element name="ABCResolution" type="ABCResolutionType">
  <xs:annotation>
    <xs:documentation>The ABCResolution element gives the resolution of the device along each of the three coordinate axes (A, B, and C).</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type UserDefinedResolutionType
Annotations
The UserDefinedResolutionType gives the resolution of a device with 3D coordinates as an overall resolution, or as a sequence of A, B, and C axis resolutions, or both.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_ResolutionBaseType.tmp#ResolutionBaseType QIFMeasurementResources_xsd_Complex_Type_UserDefinedResolutionType.tmp#UserDefinedResolutionType_CombinedUserDefinedResolution QIFMeasurementResources_xsd_Complex_Type_UserDefinedResolutionType.tmp#UserDefinedResolutionType_ABCResolution
Type extension of ResolutionBaseType
Type hierarchy
Used by
Children ABCResolution, CombinedUserDefinedResolution
Source
<xs:complexType name="UserDefinedResolutionType">
  <xs:annotation>
    <xs:documentation>The UserDefinedResolutionType gives the resolution of a device with 3D coordinates as an overall resolution, or as a sequence of A, B, and C axis 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) CombinedUserDefinedResolution, (2) ABCResolution, or (3) both (with CombinedUserDefinedResolution 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="CombinedUserDefinedResolution" type="CombinedUserDefinedResolutionType">
              <xs:annotation>
                <xs:documentation>The CombinedUserDefinedResolution element is the resolution of the device in each axis.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element name="ABCResolution" type="ABCResolutionType">
              <xs:annotation>
                <xs:documentation>The ABCResolution element gives the resolution of the device along each of the three coordinate axes (A, B, and C).</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
          <xs:element name="ABCResolution" type="ABCResolutionType">
            <xs:annotation>
              <xs:documentation>The ABCResolution element gives the resolution of the device along each of the three coordinate axes.</xs:documentation>
            </xs:annotation>
          </xs:element>
        </xs:choice>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd