<xs:element name="Point" type="MeasuredPointType"><xs:annotation><xs:documentation>The Point element is a measured point on the plane.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Normal" type="MeasuredUnitVectorType"><xs:annotation><xs:documentation>The Normal element is the measured unit normal vector of the plane.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="MeasuredPlaneType"><xs:annotation><xs:documentation>The MeasuredPlaneType defines a measured 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="MeasuredPointType"><xs:annotation><xs:documentation>The Point element is a measured point on the plane.</xs:documentation></xs:annotation></xs:element><xs:element name="Normal" type="MeasuredUnitVectorType"><xs:annotation><xs:documentation>The Normal element is the measured unit normal vector of the plane.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>