Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Element AACMMAccuraciesType / AACMMAccuracy
Annotations
Each AACMMAccuracy element gives information about an articulated arm CMM accuracy.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceAccuracyBaseType.tmp#MeasurementDeviceAccuracyBaseType_EnvironmentalRange QIFMeasurementResources_xsd_Complex_Type_MeasurementDeviceAccuracyBaseType.tmp#MeasurementDeviceAccuracyBaseType QIFMeasurementResources_xsd_Element_AACMMAccuracyTest.tmp#AACMMAccuracyTest QIFMeasurementResources_xsd_Complex_Type_AACMMAccuracyType.tmp#AACMMAccuracyType_AccuracySource QIFMeasurementResources_xsd_Complex_Type_AACMMAccuracyType.tmp#AACMMAccuracyType
Type AACMMAccuracyType
Type hierarchy
Properties
content complex
maxOccurs unbounded
Children AACMMAccuracyTest, AccuracySource, EnvironmentalRange
Instance
<AACMMAccuracy xmlns="http://qifstandards.org/xsd/qif3">
  <EnvironmentalRange>{1,1}</EnvironmentalRange>
  <AACMMAccuracyTest>{1,1}</AACMMAccuracyTest>
  <AccuracySource>{1,1}</AccuracySource>
</AACMMAccuracy>
Source
<xs:element name="AACMMAccuracy" type="AACMMAccuracyType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each AACMMAccuracy element gives information about an articulated arm CMM accuracy.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd
Complex Type AACMMAccuraciesType
Annotations
The AACMMAccuraciesType defines a list of articulated arm CMM accuracies.
Diagram
Diagram QIFMeasurementResources_xsd_Complex_Type_AACMMAccuraciesType.tmp#AACMMAccuraciesType_n QIFMeasurementResources_xsd_Complex_Type_AACMMAccuraciesType.tmp#AACMMAccuraciesType_AACMMAccuracy
Used by
Children AACMMAccuracy
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of articulated arm CMM accuracies in the list.
Source
<xs:complexType name="AACMMAccuraciesType">
  <xs:annotation>
    <xs:documentation>The AACMMAccuraciesType defines a list of articulated arm CMM accuracies.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="AACMMAccuracy" type="AACMMAccuracyType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each AACMMAccuracy element gives information about an articulated arm 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 articulated arm 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 AACMMAccuraciesType / @n
Annotations
The required n attribute is the number of articulated arm CMM accuracies in the list.
Type NaturalType
Properties
use required
Facets
minInclusive 1
Used by
Complex Type AACMMAccuraciesType
Source
<xs:attribute name="n" type="NaturalType" use="required">
  <xs:annotation>
    <xs:documentation>The required n attribute is the number of articulated arm CMM accuracies in the list.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFApplications/QIFMeasurementResources.xsd