Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element UserDefinedWorkingVolumeType / FirstAxis
Annotations
The FirstAxis element gives the axis length or angle and other details for the first axis of a user defined working volume.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType_AxisName QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType
Type UserDefinedAxisType
Type hierarchy
Properties
content complex
Children Attributes, Axis, AxisName
Instance
<FirstAxis xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
  <Attributes n="">{0,1}</Attributes>
  <AxisName>{1,1}</AxisName>
</FirstAxis>
Source
<xs:element name="FirstAxis" type="UserDefinedAxisType">
  <xs:annotation>
    <xs:documentation>The FirstAxis element gives the axis length or angle and other details for the first axis of a user defined working volume.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element UserDefinedWorkingVolumeType / SecondAxis
Annotations
The SecondAxis element gives the axis length or angle and other details for the second axis of a user defined working volume.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType_AxisName QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType
Type UserDefinedAxisType
Type hierarchy
Properties
content complex
Children Attributes, Axis, AxisName
Instance
<SecondAxis xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
  <Attributes n="">{0,1}</Attributes>
  <AxisName>{1,1}</AxisName>
</SecondAxis>
Source
<xs:element name="SecondAxis" type="UserDefinedAxisType">
  <xs:annotation>
    <xs:documentation>The SecondAxis element gives the axis length or angle and other details for the second axis of a user defined working volume.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element UserDefinedWorkingVolumeType / ThirdAxis
Annotations
The ThirdAxis element gives the axis length or angle and other details for the third axis of a user defined working volume.
Diagram
Diagram QIFMeasurementResources_xsd_Element_Axis.tmp#Axis QIFMeasurementResources_xsd_Complex_Type_LinearOrRotaryAxisType.tmp#LinearOrRotaryAxisType Primitives_xsd_Element_Attributes.tmp#Attributes QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType_AxisName QIFMeasurementResources_xsd_Complex_Type_UserDefinedAxisType.tmp#UserDefinedAxisType
Type UserDefinedAxisType
Type hierarchy
Properties
content complex
Children Attributes, Axis, AxisName
Instance
<ThirdAxis xmlns="http://qifstandards.org/xsd/qif3">
  <Axis>{1,1}</Axis>
  <Attributes n="">{0,1}</Attributes>
  <AxisName>{1,1}</AxisName>
</ThirdAxis>
Source
<xs:element name="ThirdAxis" type="UserDefinedAxisType">
  <xs:annotation>
    <xs:documentation>The ThirdAxis element gives the axis length or angle and other details for the third axis of a user defined working volume.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type UserDefinedWorkingVolumeType
Annotations
The UserDefinedWorkingVolumeType defines a 3 dimensional working volume by three user defined axes.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_WorkingVolumeBaseType.tmp#WorkingVolumeBaseType QIFMeasurementResources_xsd_Complex_Type_UserDefinedWorkingVolumeType.tmp#UserDefinedWorkingVolumeType_FirstAxis QIFMeasurementResources_xsd_Complex_Type_UserDefinedWorkingVolumeType.tmp#UserDefinedWorkingVolumeType_SecondAxis QIFMeasurementResources_xsd_Complex_Type_UserDefinedWorkingVolumeType.tmp#UserDefinedWorkingVolumeType_ThirdAxis
Type extension of WorkingVolumeBaseType
Type hierarchy
Used by
Children FirstAxis, SecondAxis, ThirdAxis
Source
<xs:complexType name="UserDefinedWorkingVolumeType">
  <xs:annotation>
    <xs:documentation>The UserDefinedWorkingVolumeType defines a 3 dimensional working volume by three user defined axes.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="WorkingVolumeBaseType">
      <xs:sequence>
        <xs:element name="FirstAxis" type="UserDefinedAxisType">
          <xs:annotation>
            <xs:documentation>The FirstAxis element gives the axis length or angle and other details for the first axis of a user defined working volume.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="SecondAxis" type="UserDefinedAxisType">
          <xs:annotation>
            <xs:documentation>The SecondAxis element gives the axis length or angle and other details for the second axis of a user defined working volume.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="ThirdAxis" type="UserDefinedAxisType">
          <xs:annotation>
            <xs:documentation>The ThirdAxis element gives the axis length or angle and other details for the third axis of a user defined working volume.</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