mei:mei_data.CERTAINTY

Simple Type Information

Used By

Source

<xs:simpleType name="mei_data.CERTAINTY">
  <xs:restriction base="xs:token">
    <xs:enumeration value="high">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="medium">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="low">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="unknown">
      <xs:annotation>
        <xs:documentation/>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>