Showing:

Annotations
Diagrams
Model
Source
Element Group lexical_elements
Namespace http://www.sqlparser.com/xml/ansi2003
Annotations
lexical elements.this group is used for documentation only, not used in XML file.
Diagram
Diagram ansi2003_xsd_Element_sql_terminal_character.tmp#sql_terminal_character ansi2003_xsd_Element_token.tmp#token ansi2003_xsd_Element_separator.tmp#separator ansi2003_xsd_Element_literal.tmp#literal ansi2003_xsd_Element_identifier.tmp#identifier
Model
Children identifier, literal, separator, sql_terminal_character, token
Source
<xs:group name="lexical_elements">
  <xs:annotation>
    <xs:documentation xml:lang="en">lexical elements.this group is used for documentation only, not used in XML file.</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element ref="sql_terminal_character"/>
    <xs:element ref="token"/>
    <xs:element ref="separator"/>
    <xs:element ref="literal"/>
    <xs:element ref="identifier"/>
  </xs:all>
</xs:group>