Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element TypeOfScaleType / TypeOfScaleEnum
Annotations
The TypeOfScaleEnum element describes an often-used CMM scale type.
Diagram
Diagram QIFMeasurementResources_xsd_Simple_Type_TypeOfScaleEnumType.tmp#TypeOfScaleEnumType
Type TypeOfScaleEnumType
Properties
content simple
Facets
enumeration ELECTROOPTICAL_LINEAR
enumeration ELECTROOPTICAL_ROTARY
enumeration LASER_INTERFEROMETER_LINEAR
enumeration TIME_OF_FLIGHT_LINEAR
Source
<xs:element name="TypeOfScaleEnum" type="TypeOfScaleEnumType">
  <xs:annotation>
    <xs:documentation>The TypeOfScaleEnum element describes an often-used CMM scale type.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Element TypeOfScaleType / OtherTypeOfScale
Annotations
The OtherTypeOfScale element describes a CMM scale type in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherTypeOfScale" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherTypeOfScale element describes a CMM scale type in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type TypeOfScaleType
Annotations
The TypeOfScaleType defines the type of a scale on a CMM.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_TypeOfScaleType.tmp#TypeOfScaleType_TypeOfScaleEnum QIFMeasurementResources_xsd_Complex_Type_TypeOfScaleType.tmp#TypeOfScaleType_OtherTypeOfScale
Used by
Children OtherTypeOfScale, TypeOfScaleEnum
Source
<xs:complexType name="TypeOfScaleType">
  <xs:annotation>
    <xs:documentation>The TypeOfScaleType defines the type of a scale on a CMM.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="TypeOfScaleEnum" type="TypeOfScaleEnumType">
      <xs:annotation>
        <xs:documentation>The TypeOfScaleEnum element describes an often-used CMM scale type.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherTypeOfScale" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherTypeOfScale element describes a CMM scale type in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd