Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element CartesianWorkingVolumeType / XAxisLength
Annotations
The optional XAxisLength element is the length of the Cartesian working volume in the X direction.
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
minOccurs 0
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="XAxisLength" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional XAxisLength element is the length of the Cartesian working volume in the X direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianWorkingVolumeType / YAxisLength
Annotations
The optional YAxisLength element is the length of the Cartesian working volume in the Y direction.
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
minOccurs 0
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="YAxisLength" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional YAxisLength element is the length of the Cartesian working volume in the Y direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element CartesianWorkingVolumeType / ZAxisLength
Annotations
The optional ZAxisLength element is the length of the Cartesian working volume in the Z direction.
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
minOccurs 0
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="ZAxisLength" type="LinearValueType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional ZAxisLength element is the length of the Cartesian working volume in the Z direction.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CartesianWorkingVolumeType
Annotations
The CartesianWorkingVolumeType defines a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_WorkingVolumeBaseType.tmp#WorkingVolumeBaseType QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_XAxisLength QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_YAxisLength QIFMeasurementResources_xsd_Complex_Type_CartesianWorkingVolumeType.tmp#CartesianWorkingVolumeType_ZAxisLength
Type extension of WorkingVolumeBaseType
Type hierarchy
Used by
Children XAxisLength, YAxisLength, ZAxisLength
Source
<xs:complexType name="CartesianWorkingVolumeType">
  <xs:annotation>
    <xs:documentation>The CartesianWorkingVolumeType defines a box-shaped working volume whose sides are aligned with the axes of a 3D Cartesian coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WorkingVolumeBaseType">
      <xs:sequence>
        <xs:element name="XAxisLength" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional XAxisLength element is the length of the Cartesian working volume in the X direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="YAxisLength" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional YAxisLength element is the length of the Cartesian working volume in the Y direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ZAxisLength" type="LinearValueType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional ZAxisLength element is the length of the Cartesian working volume in the Z direction.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd