Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element CoordinateSystemsType / CoordinateSystemDefinitions
Annotations
The CoordinateSystemDefinitions element is a list coordinate system definitions.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_CoordinateSystemListType.tmp#CoordinateSystemListType_n IntermediatesPMI_xsd_Complex_Type_CoordinateSystemListType.tmp#CoordinateSystemListType_CoordinateSystem IntermediatesPMI_xsd_Complex_Type_CoordinateSystemListType.tmp#CoordinateSystemListType
Type CoordinateSystemListType
Properties
content complex
Children CoordinateSystem
Instance
<CoordinateSystemDefinitions n="" xmlns="http://qifstandards.org/xsd/qif3">
  <CoordinateSystem id="">{1,unbounded}</CoordinateSystem>
</CoordinateSystemDefinitions>
Attributes
QName Type Use Annotation
n NaturalType required
The required n attribute is the number of coordinate systems in the list.
Source
<xs:element name="CoordinateSystemDefinitions" type="CoordinateSystemListType">
  <xs:annotation>
    <xs:documentation>The CoordinateSystemDefinitions element is a list coordinate system definitions.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element CoordinateSystemsType / CommonCoordinateSystemId
Annotations
The optional CommonCoordinateSystemId element is the QIF id of the coordinate system which corresponds to the common coordinate system.
Diagram
Diagram Primitives_xsd_Simple_Type_QIFReferenceBaseType.tmp#QIFReferenceBaseType Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType_xId Primitives_xsd_Complex_Type_QIFReferenceType.tmp#QIFReferenceType Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType_asmPathXId Primitives_xsd_Complex_Type_QIFReferenceFullType.tmp#QIFReferenceFullType
Type QIFReferenceFullType
Type hierarchy
Properties
content complex
minOccurs 0
Attributes
QName Type Use Annotation
asmPathId QIFReferenceSimpleType optional
The optional asmPathId attribute is a reference used for locating the id of an assembly path. If the asmPathXId attribute is not used, the asmPathId is a reference to an assembly path in the AsmPaths of the local document. If the asmPathXId is used, the asmPathId is the local id of an external QIF document, and the asmPathXId is a reference to an assembly path in the external QIF document. The assembly path (instantiation chain) unambiguously identifies a model entity within an assembly.
asmPathXId QIFReferenceSimpleType optional
The optional asmPathXId attribute, if used, is a reference to the id of an assembly path in the external document identified by the asmPathId. The asmPathXId must not be used if the asmPathId is not used.
xId QIFReferenceSimpleType optional
The optional xId attribute is a reference to the id of a QIF object in an external document. A QIF object in an external QIF document can be referenced by using references to two QIF ids: the id of the external document reference of type ExternalQIFDocumentReferenceType found in the local document and the id of the object found in the external document.
Source
<xs:element name="CommonCoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional CommonCoordinateSystemId element is the QIF id of the coordinate system which corresponds to the common coordinate system.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element CoordinateSystemsType / MachineCoordinateSystem
Annotations
Each optional MachineCoordinateSystem element is the QIF id of a coordinate system which corresponds to the machine coordinate system of a particular measurement device.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MachineCoordinateSystemType.tmp#MachineCoordinateSystemType_CoordinateSystemId IntermediatesPMI_xsd_Complex_Type_MachineCoordinateSystemType.tmp#MachineCoordinateSystemType_MeasurementDeviceId IntermediatesPMI_xsd_Complex_Type_MachineCoordinateSystemType.tmp#MachineCoordinateSystemType
Type MachineCoordinateSystemType
Properties
content complex
minOccurs 0
maxOccurs unbounded
Children CoordinateSystemId, MeasurementDeviceId
Instance
<MachineCoordinateSystem xmlns="http://qifstandards.org/xsd/qif3">
  <CoordinateSystemId asmPathId="" asmPathXId="" xId="">{1,1}</CoordinateSystemId>
  <MeasurementDeviceId xId="">{0,1}</MeasurementDeviceId>
</MachineCoordinateSystem>
Source
<xs:element name="MachineCoordinateSystem" type="MachineCoordinateSystemType" minOccurs="0" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Each optional MachineCoordinateSystem element is the QIF id of a coordinate system which corresponds to the machine coordinate system of a particular measurement device.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type CoordinateSystemsType
Annotations
The CoordinateSystemsType defines a collection of coordinate systems and optionally identifies which is the common coordinate system and which are machine coordinate systems.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_CoordinateSystemsType.tmp#CoordinateSystemsType_CoordinateSystemDefinitions IntermediatesPMI_xsd_Complex_Type_CoordinateSystemsType.tmp#CoordinateSystemsType_CommonCoordinateSystemId IntermediatesPMI_xsd_Complex_Type_CoordinateSystemsType.tmp#CoordinateSystemsType_MachineCoordinateSystem
Used by
Children CommonCoordinateSystemId, CoordinateSystemDefinitions, MachineCoordinateSystem
Source
<xs:complexType name="CoordinateSystemsType">
  <xs:annotation>
    <xs:documentation>The CoordinateSystemsType defines a collection of coordinate systems and optionally identifies which is the common coordinate system and which are machine coordinate systems.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="CoordinateSystemDefinitions" type="CoordinateSystemListType">
      <xs:annotation>
        <xs:documentation>The CoordinateSystemDefinitions element is a list coordinate system definitions.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CommonCoordinateSystemId" type="QIFReferenceFullType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The optional CommonCoordinateSystemId element is the QIF id of the coordinate system which corresponds to the common coordinate system.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="MachineCoordinateSystem" type="MachineCoordinateSystemType" minOccurs="0" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Each optional MachineCoordinateSystem element is the QIF id of a coordinate system which corresponds to the machine coordinate system of a particular measurement device.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd