Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element CartesianCMMAccuraciesType / CartesianCMMAccuracy
Annotations
Each CartesianCMMAccuracy element gives information about a Cartesian CMM accuracy.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceAccuracyBaseType.tmp#MeasurementDeviceAccuracyBaseType_EnvironmentalRange QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceAccuracyBaseType.tmp#MeasurementDeviceAccuracyBaseType QIFMeasurementResources_xsd_Element_CartesianCMMAccuracyTest.tmp#CartesianCMMAccuracyTest QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuracyType.tmp#CartesianCMMAccuracyType_AccuracySource QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuracyType.tmp#CartesianCMMAccuracyType
Type CartesianCMMAccuracyType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children AccuracySource, CartesianCMMAccuracyTest, EnvironmentalRange
Instance
<CartesianCMMAccuracy xmlns="http://qifstandards.org/xsd/qif3">
  <EnvironmentalRange>{1,1}</EnvironmentalRange>
  <CartesianCMMAccuracyTest>{1,1}</CartesianCMMAccuracyTest>
  <AccuracySource>{1,1}</AccuracySource>
</CartesianCMMAccuracy>
Source
<xs:element name="CartesianCMMAccuracy" type="CartesianCMMAccuracyType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each CartesianCMMAccuracy element gives information about a Cartesian CMM accuracy.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type CartesianCMMAccuraciesType
Annotations
The CartesianCMMAccuraciesType defines a list of Cartesian CMM accuracies.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuraciesType.tmp#CartesianCMMAccuraciesType_n QIFMeasurementResources_xsd_Complex_Type_CartesianCMMAccuraciesType.tmp#CartesianCMMAccuraciesType_CartesianCMMAccuracy
Used by
Children CartesianCMMAccuracy
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of Cartesian CMM accuracies in the list.
Source
<xs:complexType name="CartesianCMMAccuraciesType">
  <xs:annotation>
    <xs:documentation>The CartesianCMMAccuraciesType defines a list of Cartesian CMM accuracies.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CartesianCMMAccuracy" type="CartesianCMMAccuracyType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each CartesianCMMAccuracy element gives information about a Cartesian CMM accuracy.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="n" type="NaturalType" use="required">
    <xs:annotation>
      <xs:documentation>The required n attribute is the number of Cartesian CMM accuracies in the list.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Attribute CartesianCMMAccuraciesType / @n
Annotations
The required n attribute is the number of Cartesian CMM accuracies in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of Cartesian CMM accuracies in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd