Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element PointEntityType / XYZ
Annotations
The XYZ element is the Cartesian three-dimensional coordinates of the 3D point.
Diagram
Diagram Primitives_xsd_Simple_Type_PointSimpleType.tmp#PointSimpleType
Type PointSimpleType
Type hierarchy
Properties
content simple
Facets
length 3
Source
<xs:element name="XYZ" type="PointSimpleType">
  <xs:annotation>
    <xs:documentation>The XYZ element is the Cartesian three-dimensional coordinates of the 3D point.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd
Complex Type PointEntityType
Annotations
The PointEntityType is a geometric entity that is a 3D point. It is normally used as underlying geometry for vertices.
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_PointEntityType.tmp#PointEntityType_XYZ
Type extension of GeometryBaseType
Type hierarchy
Used by
Element Point
Children Attributes, XYZ
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="PointEntityType">
  <xs:annotation>
    <xs:documentation>The PointEntityType is a geometric entity that is a 3D point. It is normally used as underlying geometry for vertices.</xs:documentation>
  </xs:annotation>
  <xs:complexContent>
    <xs:extension base="GeometryBaseType">
      <xs:sequence>
        <xs:element name="XYZ" type="PointSimpleType">
          <xs:annotation>
            <xs:documentation>The XYZ element is the Cartesian three-dimensional coordinates of the 3D point.</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