Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Segment13Type / 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 Segment13Type
Annotations
The Segment13Type defines the geometric entity 'linear_segment(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_Segment13Core.tmp#Segment13Core Geometry_xsd_Complex_Type_Segment13Type.tmp#Segment13Type_Transform
Type extension of Curve13BaseType
Type hierarchy
Used by
Element Segment13
Children Attributes, Segment13Core, 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="Segment13Type">
  <xs:annotation>
    <xs:documentation>The Segment13Type defines the geometric entity 'linear_segment(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="Segment13Core">
          <xs:annotation>
            <xs:documentation>The Segment13Core 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