| <xs:complexType name="PointDefinedSurfaceMeasurementDeterminationType">
  <xs:annotation>
    <xs:documentation>The PointDefinedSurfaceMeasurementDeterminationType defines how the point-defined surface measurement is determined, either by being set or by being checked (directly measured or constructed).</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="Checked" type="PointDefinedSurfaceCheckedFeatureType">
      <xs:annotation>
        <xs:documentation>The Checked element signifies that the point-defined surface is checked from measured data, either directly measured or constructed.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Set" type="SetFeatureType">
      <xs:annotation>
        <xs:documentation>The Set element signifies that the point-defined surface measurement is set to its nominal value.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType> |