Showing:

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