Showing:

Diagrams
Facets
Properties
Source
Used by
Element left_paren
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="left_paren">
  <xs:simpleType>
    <xs:restriction base="xs:string">
      <xs:enumeration value="("/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>