Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Polyline13Type / Transform
Annotations
The optional Transform element is the identifier of a three dimensional transformation matrix.
Diagram
Diagram Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType_Id Primitives_xsd_Complex_Type_ElementReferenceType.tmp#ElementReferenceType
Type ElementReferenceType
Properties
content complex
minOccurs 0
Children Id
Instance
<Transform xmlns="http://qifstandards.org/xsd/qif3">
  <Id xId="">{1,1}</Id>
</Transform>
Source
<xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type Polyline13Type
Annotations
The Polyline13Type defines the geometric entity 'polyline(t):R1->R3'. Any 3D geometry can have an additional transformation matrix.
Diagram
Diagram PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType_label PrimitivesPD_xsd_Complex_Type_NodeBaseType.tmp#NodeBaseType PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType_id Primitives_xsd_Element_Attributes.tmp#Attributes PrimitivesPD_xsd_Complex_Type_NodeWithIdBaseType.tmp#NodeWithIdBaseType Geometry_xsd_Complex_Type_GeometryBaseType.tmp#GeometryBaseType Geometry_xsd_Complex_Type_Curve13BaseType.tmp#Curve13BaseType Geometry_xsd_Element_Polyline13Core.tmp#Polyline13Core Geometry_xsd_Complex_Type_Polyline13Type.tmp#Polyline13Type_Transform
Type extension of Curve13BaseType
Type hierarchy
Used by
Element Polyline13
Children Attributes, Polyline13Core, Transform
Attributes
QName Type Use Annotation
id QIFIdType required
The required id attribute is the unique model entity identifier.
label xs:string optional
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="Polyline13Type">
  <xs:annotation>
    <xs:documentation>The Polyline13Type defines the geometric entity 'polyline(t):R1->R3'. Any 3D geometry can have an additional transformation matrix.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="Curve13BaseType">
      <xs:sequence>
        <xs:element ref="Polyline13Core">
          <xs:annotation>
            <xs:documentation>The Polyline13Core element defines the mathematical core of this curve type.</xs:documentation>
          </xs:annotation>
        </xs:element>
        <xs:element name="Transform" type="ElementReferenceType" minOccurs="0">
          <xs:annotation>
            <xs:documentation>The optional Transform element is the identifier of a three dimensional transformation matrix.</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd