Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element Point
Annotations
The global Point element 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 Geometry_xsd_Complex_Type_PointEntityType.tmp#PointEntityType
Type PointEntityType
Type hierarchy
Properties
content complex
Used by
Complex Type PointSetType
Children Attributes, XYZ
Instance
<Point id="" label="" xmlns="http://qifstandards.org/xsd/qif3">
  <Attributes n="">{0,1}</Attributes>
  <XYZ>{1,1}</XYZ>
</Point>
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:element name="Point" type="PointEntityType">
  <xs:annotation>
    <xs:documentation>The global Point element is a geometric entity that is a 3D point. It is normally used as underlying geometry for vertices.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Geometry.xsd