Showing:

Annotations
Diagrams
Properties
Source
Used by
Element UserDefinedAxisType / AxisName
Annotations
The AxisName element is the name of the user defined axis.
Diagram
Diagram
Type xs:token
Properties
content simple
Source
<xs:element name="AxisName" type="xs:token">
  <xs:annotation>
    <xs:documentation>The AxisName element is the name of the user defined axis.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type UserDefinedAxisType
Annotations
The UserDefinedAxisType defines an axis for a 3 dimensional coordinate system.
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
Type extension of LinearOrRotaryAxisType
Type hierarchy
Used by
Children Attributes, Axis, AxisName
Source
<xs:complexType name="UserDefinedAxisType">
  <xs:annotation>
    <xs:documentation>The UserDefinedAxisType defines an axis for a 3 dimensional coordinate system.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="LinearOrRotaryAxisType">
      <xs:sequence>
        <xs:element ref="Attributes" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Attributes element contains user defined attributes that define the first axis (typified, binary array, or XML structured).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="AxisName" type="xs:token">
          <xs:annotation>
            <xs:documentation>The AxisName element is the name of the user defined 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