Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element delimiter_token
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_string_literal.tmp#character_string_literal ansi2003_xsd_Element_date_string.tmp#date_string ansi2003_xsd_Element_time_string.tmp#time_string ansi2003_xsd_Element_timestamp_string.tmp#timestamp_string ansi2003_xsd_Element_interval_string.tmp#interval_string ansi2003_xsd_Element_delimited_identifier.tmp#delimited_identifier ansi2003_xsd_Element_sql_special_character.tmp#sql_special_character ansi2003_xsd_Element_not_equals_operator.tmp#not_equals_operator ansi2003_xsd_Element_greater_than_or_equals_operator.tmp#greater_than_or_equals_operator ansi2003_xsd_Element_less_than_or_equals_operator.tmp#less_than_or_equals_operator ansi2003_xsd_Element_concatenation_operator.tmp#concatenation_operator ansi2003_xsd_Element_right_arrow.tmp#right_arrow ansi2003_xsd_Element_left_bracket_trigraph.tmp#left_bracket_trigraph ansi2003_xsd_Element_right_bracket_trigraph.tmp#right_bracket_trigraph ansi2003_xsd_Element_double_colon.tmp#double_colon ansi2003_xsd_Element_double_period.tmp#double_period
Properties
content complex
Used by
Element token
Model
Children character_string_literal, concatenation_operator, date_string, delimited_identifier, double_colon, double_period, greater_than_or_equals_operator, interval_string, left_bracket_trigraph, less_than_or_equals_operator, not_equals_operator, right_arrow, right_bracket_trigraph, sql_special_character, time_string, timestamp_string
Instance
<delimiter_token xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_string_literal>{1,1}</character_string_literal>
  <date_string>{1,1}</date_string>
  <time_string>{1,1}</time_string>
  <timestamp_string>{1,1}</timestamp_string>
  <interval_string>{1,1}</interval_string>
  <delimited_identifier>{1,1}</delimited_identifier>
  <sql_special_character>{1,1}</sql_special_character>
  <not_equals_operator>{1,1}</not_equals_operator>
  <greater_than_or_equals_operator>{1,1}</greater_than_or_equals_operator>
  <less_than_or_equals_operator>{1,1}</less_than_or_equals_operator>
  <concatenation_operator>{1,1}</concatenation_operator>
  <right_arrow>{1,1}</right_arrow>
  <left_bracket_trigraph>{1,1}</left_bracket_trigraph>
  <right_bracket_trigraph>{1,1}</right_bracket_trigraph>
  <double_colon>{1,1}</double_colon>
  <double_period>{1,1}</double_period>
</delimiter_token>
Source
<xs:element name="delimiter_token">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="character_string_literal"/>
      <xs:element ref="date_string"/>
      <xs:element ref="time_string"/>
      <xs:element ref="timestamp_string"/>
      <xs:element ref="interval_string"/>
      <xs:element ref="delimited_identifier"/>
      <xs:element ref="sql_special_character"/>
      <xs:element ref="not_equals_operator"/>
      <xs:element ref="greater_than_or_equals_operator"/>
      <xs:element ref="less_than_or_equals_operator"/>
      <xs:element ref="concatenation_operator"/>
      <xs:element ref="right_arrow"/>
      <xs:element ref="left_bracket_trigraph"/>
      <xs:element ref="right_bracket_trigraph"/>
      <xs:element ref="double_colon"/>
      <xs:element ref="double_period"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>