<xs:group name="LineSegmentGroup">
<xs:annotation>
<xs:documentation>The LineSegmentGroup is a group which contains a start point and an end point that define a portion of a line.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StartPoint" type="PointSimpleType">
<xs:annotation>
<xs:documentation>The StartPoint element is the beginning point of the line segment.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndPoint" type="PointSimpleType">
<xs:annotation>
<xs:documentation>The EndPoint element is the ending point of the line segment.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:group> |