Showing:

Annotations
Diagrams
Instances
Model
Properties
Source
Used by
Element sql_terminal_character
Namespace http://www.sqlparser.com/xml/ansi2003
Annotations
Define the terminal symbols of the SQL language and the elements of strings.
Diagram
Diagram ansi2003_xsd_Element_sql_language_character.tmp#sql_language_character
Properties
content complex
Used by
Element Group lexical_elements
Model
Children sql_language_character
Instance
<sql_terminal_character xmlns="http://www.sqlparser.com/xml/ansi2003">
  <sql_language_character>{1,1}</sql_language_character>
</sql_terminal_character>
Source
<xs:element name="sql_terminal_character">
  <xs:annotation>
    <xs:documentation xml:lang="en">Define the terminal symbols of the SQL language and the elements of strings.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="sql_language_character"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>