Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element TransformInstanceType / Name
Annotations
The optional Name element is the name of the transform.
Diagram
Diagram
Type xs:token
Properties
content simple
minOccurs 0
Source
<xs:element name="Name" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Name element is the name of the transform.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type TransformInstanceType
Annotations
The TransformInstanceType defines a transform matrix that can be referenced via its QIF id.
Diagram
Diagram Primitives_xsd_Complex_Type_CoordinateSystemCoreType.tmp#CoordinateSystemCoreType_Rotation Primitives_xsd_Complex_Type_CoordinateSystemCoreType.tmp#CoordinateSystemCoreType_Origin Primitives_xsd_Complex_Type_CoordinateSystemCoreType.tmp#CoordinateSystemCoreType Primitives_xsd_Attribute_Group_AttrPoint.tmp#AttrPoint Primitives_xsd_Complex_Type_TransformMatrixType.tmp#TransformMatrixType IntermediatesPMI_xsd_Complex_Type_TransformInstanceType.tmp#TransformInstanceType_id Primitives_xsd_Element_Attributes.tmp#Attributes IntermediatesPMI_xsd_Complex_Type_TransformInstanceType.tmp#TransformInstanceType_Name
Type extension of TransformMatrixType
Type hierarchy
Used by
Children Attributes, Name, Origin, Rotation
Attributes
QName Type Use Annotation
decimalPlaces xs:nonNegativeInteger optional
id QIFIdType required
The id attribute is the QIF id of the transform, used for referencing.
linearUnit xs:token optional
significantFigures xs:nonNegativeInteger optional
validity ValidityEnumType optional
xDecimalPlaces xs:nonNegativeInteger optional
xSignificantFigures xs:nonNegativeInteger optional
xValidity ValidityEnumType optional
yDecimalPlaces xs:nonNegativeInteger optional
ySignificantFigures xs:nonNegativeInteger optional
yValidity ValidityEnumType optional
zDecimalPlaces xs:nonNegativeInteger optional
zSignificantFigures xs:nonNegativeInteger optional
zValidity ValidityEnumType optional
Source
<xs:complexType name="TransformInstanceType">
  <xs:annotation>
    <xs:documentation>The TransformInstanceType defines a transform matrix that can be referenced via its QIF id.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="TransformMatrixType">
      <xs:sequence>
        <xs:element ref="Attributes" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Attributes element contains user defined attributes (typified, binary array, or XML structured).</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Name" type="xs:token" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Name element is the name of the transform.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
      <xs:attribute name="id" type="QIFIdType" use="required">
        <xs:annotation>
          <xs:documentation>The id attribute is the QIF id of the transform, used for referencing.</xs:documentation>
        </xs:annotation>
      </xs:attribute>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Attribute TransformInstanceType / @id
Annotations
The id attribute is the QIF id of the transform, used for referencing.
Type QIFIdType
Type hierarchy
Properties
use required
Facets
pattern ([\-+]?[0-9]+) & ([1-9][0-9]*)
Used by
Complex Type TransformInstanceType
Source
<xs:attribute name="id" type="QIFIdType" use="required">
  <xs:annotation>
    <xs:documentation>The id attribute is the QIF id of the transform, used for referencing.</xs:documentation>
  </xs:annotation>
</xs:attribute>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd