IDMW 2.0 XML-Schema Dokumentation
operator Simple Type
IDMW 2.0 XML-Schema Dokumentation : operator Simple Type
Description
This simple data type defines an operator for comparisons.

The comparison operator may contain the following values:

eq (equal)

ne (not equal)

in (is contained in a quantity)

nin (is not contained in a quantity)

gt (greater)

lt (less)

ge (greater than or equal)

le (less than or equal)

   D   string
   P   eq|ne|in|nin|gt|lt|ge|le
   M   [1:4]
Namespace (none)
Type
Restriction of xs:string
Diagram
operator Simple Type
Overview
operator Restriction of xs:string
This simple data type defines an operator for comparisons.

The comparison operator may contain the following values:

eq (equal)

ne (not equal)

in (is contained in a quantity)

nin (is not contained in a quantity)

gt (greater)

lt (less)

ge (greater than or equal)

le (less than or equal)

   D   string
   P   eq|ne|in|nin|gt|lt|ge|le
   M   [1:4]
Facets
MaxLength4
Enumerationeq
Enumerationne
Enumerationin
Enumerationnin
Enumerationgt
Enumerationlt
Enumerationge
Enumerationle
Source
<xs:simpleType name="operator" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:appinfo source="de">eq (ist gleich)
ne (ist nicht gleich)
in (ist enthalten in einer Menge)
nin (ist nicht enthalten in der Menge)
gt (größer)
lt (kleiner)
ge (größer gleich)
le (kleiner gleich)</xs:appinfo>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:maxLength value="4" />
    <xs:enumeration value="eq" />
    <xs:enumeration value="ne" />
    <xs:enumeration value="in" />
    <xs:enumeration value="nin" />
    <xs:enumeration value="gt" />
    <xs:enumeration value="lt" />
    <xs:enumeration value="ge" />
    <xs:enumeration value="le" />
  </xs:restriction>
</xs:simpleType>
See Also
IDMW 2.0 XML-Schema Dokumentation