Showing:

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