Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element RotaryAxisType / MinRotaryAxis
Annotations
The MinRotaryAxis element is the start value of a rotary axis.
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="MinRotaryAxis" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The MinRotaryAxis element is the start value of a rotary axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element RotaryAxisType / MaxRotaryAxis
Annotations
The MaxRotaryAxis element is the end value of a rotary axis.
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="MaxRotaryAxis" type="AngularValueType">
  <xs:annotation>
    <xs:documentation>The MaxRotaryAxis element is the end value of a rotary axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type RotaryAxisType
Annotations
The RotaryAxisType defines a rotary axis.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_UserAxisBaseType.tmp#UserAxisBaseType QIFMeasurementResources_xsd_Complex_Type_RotaryAxisType.tmp#RotaryAxisType_MinRotaryAxis QIFMeasurementResources_xsd_Complex_Type_RotaryAxisType.tmp#RotaryAxisType_MaxRotaryAxis
Type extension of UserAxisBaseType
Type hierarchy
Used by
Element RotaryAxis
Children MaxRotaryAxis, MinRotaryAxis
Source
<xs:complexType name="RotaryAxisType">
  <xs:annotation>
    <xs:documentation>The RotaryAxisType defines a rotary axis.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="UserAxisBaseType">
      <xs:sequence>
        <xs:element name="MinRotaryAxis" type="AngularValueType">
          <xs:annotation>
            <xs:documentation>The MinRotaryAxis element is the start value of a rotary axis.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="MaxRotaryAxis" type="AngularValueType">
          <xs:annotation>
            <xs:documentation>The MaxRotaryAxis element is the end value of a rotary axis.</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