Showing:

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