Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element LineSegment2dGroup / StartPoint
Annotations
The StartPoint element is the beginning point of the 2D line segment.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="StartPoint" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The StartPoint element is the beginning point of the 2D line segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element LineSegment2dGroup / EndPoint
Annotations
The EndPoint element is the ending point of the 2D line segment.
Diagram
Diagram Primitives_xsd_Simple_Type_Point2dSimpleType.tmp#Point2dSimpleType
Type Point2dSimpleType
Type hierarchy
Properties
content simple
Facets
length 2
Source
<xs:element name="EndPoint" type="Point2dSimpleType">
  <xs:annotation>
    <xs:documentation>The EndPoint element is the ending point of the 2D line segment.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd
Element Group LineSegment2dGroup
Annotations
The LineSegmentGroup is a group which contains a start point and an end point that define a portion of a 2D line.
Diagram
Diagram Primitives_xsd_Element_Group_LineSegment2dGroup.tmp#LineSegment2dGroup_StartPoint Primitives_xsd_Element_Group_LineSegment2dGroup.tmp#LineSegment2dGroup_EndPoint
Used by
Children EndPoint, StartPoint
Source
<xs:group name="LineSegment2dGroup">
  <xs:annotation>
    <xs:documentation>The LineSegmentGroup is a group which contains a start point and an end point that define a portion of a 2D line.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="StartPoint" type="Point2dSimpleType">
      <xs:annotation>
        <xs:documentation>The StartPoint element is the beginning point of the 2D line segment.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EndPoint" type="Point2dSimpleType">
      <xs:annotation>
        <xs:documentation>The EndPoint element is the ending point of the 2D line segment.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:group>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/Primitives.xsd