Showing:

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