<xs:complexType name="MeasuredPointAndVectorType">
<xs:annotation>
<xs:documentation>The MeasuredPointAndVectorType defines a line by its starting point and direction vector.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="StartPoint" type="MeasuredPointType">
<xs:annotation>
<xs:documentation>The StartPoint element is the measured starting point of the line.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Vector" type="MeasuredUnitVectorType">
<xs:annotation>
<xs:documentation>The Vector element is a unit vector giving the measured direction of the line.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |