Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type MeasurementDirectiveEnumType
Annotations
The MeasurementDirectiveEnumType enumerates values that describe
the method of measurement between two features.
  MINIMUM = use minimum distance,
  MAXIMUM = use maximum distance,
  AVERAGE = use average distance,
  UNDEFINED = No specific method is required. Use any appropriate
    method.
Diagram
Diagram
Type restriction of xs:NMTOKEN
Facets
enumeration MINIMUM
enumeration MAXIMUM
enumeration AVERAGE
enumeration UNDEFINED
Used by
Source
<xs:simpleType name="MeasurementDirectiveEnumType">
  <xs:annotation>
    <xs:documentation>The MeasurementDirectiveEnumType enumerates values that describe the method of measurement between two features. MINIMUM = use minimum distance, MAXIMUM = use maximum distance, AVERAGE = use average distance, UNDEFINED = No specific method is required. Use any appropriate method.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="MINIMUM"/>
    <xs:enumeration value="MAXIMUM"/>
    <xs:enumeration value="AVERAGE"/>
    <xs:enumeration value="UNDEFINED"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd