Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CoordinateCharacteristicMeasurementBaseType / TypeOfCoordinates
Annotations
The TypeOfCoordinates element is the type of coordinate system used for reporting.
Diagram
Diagram PrimitivesPMI_xsd_Complex_Type_TypeOfCoordinatesType.tmp#TypeOfCoordinatesType_CoordinateEnum PrimitivesPMI_xsd_Complex_Type_TypeOfCoordinatesType.tmp#TypeOfCoordinatesType_OtherCoordinate PrimitivesPMI_xsd_Complex_Type_TypeOfCoordinatesType.tmp#TypeOfCoordinatesType
Type TypeOfCoordinatesType
Properties
content complex
Children CoordinateEnum, OtherCoordinate
Instance
<TypeOfCoordinates xmlns="http://qifstandards.org/xsd/qif3">
  <CoordinateEnum>{1,1}</CoordinateEnum>
  <OtherCoordinate>{1,1}</OtherCoordinate>
</TypeOfCoordinates>
Source
<xs:element name="TypeOfCoordinates" type="TypeOfCoordinatesType">
  <xs:annotation>
    <xs:documentation>The TypeOfCoordinates element is the type of coordinate system used for reporting.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd
Complex Type CoordinateCharacteristicMeasurementBaseType
Annotations
The CoordinateCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured coordinate characteristic evaluation.
Diagram
Diagram Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType_Description Characteristics_xsd_Complex_Type_CharacteristicBaseType.tmp#CharacteristicBaseType Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_Status Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_CharacteristicItemId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_TimeStamp Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_FeatureMeasurementIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_SubstituteFeatureAlgorithm Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ActualComponentId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_MeasurementDeviceIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_ManufacturingProcessId Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NotedEventIds Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType_NonConformanceDesignator Characteristics_xsd_Complex_Type_CharacteristicMeasurementBaseType.tmp#CharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_DimensionalCharacteristicMeasurementBaseType.tmp#DimensionalCharacteristicMeasurementBaseType Characteristics_xsd_Complex_Type_CoordinateCharacteristicMeasurementBaseType.tmp#CoordinateCharacteristicMeasurementBaseType_TypeOfCoordinates
Type extension of DimensionalCharacteristicMeasurementBaseType
Type hierarchy
Properties
abstract true
Used by
Children ActualComponentId, Attributes, CharacteristicItemId, Description, FeatureMeasurementIds, ManufacturingProcessId, MeasurementDeviceIds, NonConformanceDesignator, NotedEventIds, Status, SubstituteFeatureAlgorithm, TimeStamp, TypeOfCoordinates
Attributes
QName Type Use Annotation
id QIFIdType required
The id attribute is the QIF id of the characteristic, used for referencing.
Source
<xs:complexType name="CoordinateCharacteristicMeasurementBaseType" abstract="true">
  <xs:annotation>
    <xs:documentation>The CoordinateCharacteristicMeasurementBaseType is the abstract base type that defines the results of a measured coordinate characteristic evaluation.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="DimensionalCharacteristicMeasurementBaseType">
      <xs:sequence>
        <xs:element name="TypeOfCoordinates" type="TypeOfCoordinatesType">
          <xs:annotation>
            <xs:documentation>The TypeOfCoordinates element is the type of coordinate system used for reporting.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Characteristics.xsd