<xs:complexType name="PlaneType">
<xs:annotation>
<xs:documentation>The PlaneType defines a plane by means of the plane unit normal vector and a point on the plane.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Point" type="PointType">
<xs:annotation>
<xs:documentation>The Point element is a point on the plane.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Normal" type="UnitVectorType">
<xs:annotation>
<xs:documentation>The Normal element is the unit normal vector of the plane.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType> |