Showing:

Diagrams
Facets
Properties
Source
Used by
Element greater_than_operator
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Type restriction of xs:string
Properties
content simple
Facets
enumeration >
Used by
Source
<xs:element name="greater_than_operator">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value=">"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>