Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element MeasurementDirectiveType / MeasurementDirectiveEnum
Annotations
The MeasurementDirectiveEnum element describes an often-used method of measurement between two features.
Diagram
Diagram IntermediatesPMI_xsd_Simple_Type_MeasurementDirectiveEnumType.tmp#MeasurementDirectiveEnumType
Type MeasurementDirectiveEnumType
Properties
content simple
Facets
enumeration MINIMUM
enumeration MAXIMUM
enumeration AVERAGE
enumeration UNDEFINED
Source
<xs:element name="MeasurementDirectiveEnum" type="MeasurementDirectiveEnumType">
  <xs:annotation>
    <xs:documentation>The MeasurementDirectiveEnum element describes an often-used method of measurement between two features.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Element MeasurementDirectiveType / OtherMeasurementDirective
Annotations
The OtherMeasurementDirective element describes the method of measurement between two features in natural language.
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="OtherMeasurementDirective" type="xs:string">
  <xs:annotation>
    <xs:documentation>The OtherMeasurementDirective element describes the method of measurement between two features in natural language.</xs:documentation>
  </xs:annotation>
</xs:element>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd
Complex Type MeasurementDirectiveType
Annotations
The MeasurementDirectiveType defines the method of measurement between two features.
Diagram
Diagram IntermediatesPMI_xsd_Complex_Type_MeasurementDirectiveType.tmp#MeasurementDirectiveType_MeasurementDirectiveEnum IntermediatesPMI_xsd_Complex_Type_MeasurementDirectiveType.tmp#MeasurementDirectiveType_OtherMeasurementDirective
Used by
Children MeasurementDirectiveEnum, OtherMeasurementDirective
Source
<xs:complexType name="MeasurementDirectiveType">
  <xs:annotation>
    <xs:documentation>The MeasurementDirectiveType defines the method of measurement between two features.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="MeasurementDirectiveEnum" type="MeasurementDirectiveEnumType">
      <xs:annotation>
        <xs:documentation>The MeasurementDirectiveEnum element describes an often-used method of measurement between two features.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherMeasurementDirective" type="xs:string">
      <xs:annotation>
        <xs:documentation>The OtherMeasurementDirective element describes the method of measurement between two features in natural language.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:choice>
</xs:complexType>
Schema location file:////Q:/kramer/qif3.0/model/QIFforHTMLxsd/QIFLibrary/IntermediatesPMI.xsd