Showing:

Annotations
Diagrams
Facets
Source
Simple Type SimpleOperatorType
Namespace org:afnor:medona:1.0
Annotations
Exists, Not Exists, ...
Diagram
Diagram vitam-types_xsd_Simple_Type_NonEmptyTokenType.tmp#NonEmptyTokenType
Type restriction of NonEmptyTokenType
Type hierarchy
Facets
minLength 1
enumeration exists
Field must exist
enumeration missing
Field must not exist
enumeration isNull
Field exists but empty or null
Source
<xsd:simpleType name="SimpleOperatorType">
  <xsd:annotation>
    <xsd:documentation>Exists, Not Exists, ...</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="NonEmptyTokenType">
    <xsd:enumeration value="exists">
      <xsd:annotation>
        <xsd:documentation>Field must exist</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="missing">
      <xsd:annotation>
        <xsd:documentation>Field must not exist</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
    <xsd:enumeration value="isNull">
      <xsd:annotation>
        <xsd:documentation>Field exists but empty or null</xsd:documentation>
      </xsd:annotation>
    </xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/bregier/Documents/OxygenXMLEditor/Vitam-Schema/Seda2.0/query-vitam.xsd