<xs:complexType name="LineSegmentType">
<xs:annotation>
<xs:documentation>The LineSegmentType defines a portion of a line defined and bounded by a start point and an end point.</xs:documentation>
</xs:annotation>
<xs:group ref="LineSegmentGroup"/>
<xs:attributeGroup ref="AttrPoint"/>
</xs:complexType> |