Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element character_string_literal
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_string_literal.tmp#character_string_literal_introducer_character_set_specification ansi2003_xsd_Element_character_string_literal.tmp#character_string_literal_quoted_character_representation
Properties
content complex
Used by
Model
Children introducer_character_set_specification, quoted_character_representation
Instance
<character_string_literal xmlns="http://www.sqlparser.com/xml/ansi2003">
  <introducer_character_set_specification>{0,1}</introducer_character_set_specification>
  <quoted_character_representation>{1,unbounded}</quoted_character_representation>
</character_string_literal>
Source
<xs:element name="character_string_literal">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="introducer_character_set_specification" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:sequence>
              <xs:element ref="introducer"/>
              <xs:element ref="character_set_specification"/>
            </xs:sequence>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="quoted_character_representation" maxOccurs="unbounded">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="quote"/>
            <xs:element ref="character_representation" minOccurs="0"/>
            <xs:element ref="quote"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element character_string_literal / introducer_character_set_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_introducer.tmp#introducer ansi2003_xsd_Element_character_set_specification.tmp#character_set_specification
Properties
content complex
minOccurs 0
Model
Children character_set_specification, introducer
Instance
<introducer_character_set_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <introducer>{1,1}</introducer>
  <character_set_specification>{1,1}</character_set_specification>
</introducer_character_set_specification>
Source
<xs:element name="introducer_character_set_specification" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:sequence>
        <xs:element ref="introducer"/>
        <xs:element ref="character_set_specification"/>
      </xs:sequence>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element character_string_literal / quoted_character_representation
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_quote.tmp#quote ansi2003_xsd_Element_character_representation.tmp#character_representation ansi2003_xsd_Element_quote.tmp#quote
Properties
content complex
maxOccurs unbounded
Model
Children character_representation, quote
Instance
<quoted_character_representation xmlns="http://www.sqlparser.com/xml/ansi2003">
  <quote>{1,1}</quote>
  <character_representation>{0,1}</character_representation>
  <quote>{1,1}</quote>
</quoted_character_representation>
Source
<xs:element name="quoted_character_representation" maxOccurs="unbounded">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="quote"/>
      <xs:element ref="character_representation" minOccurs="0"/>
      <xs:element ref="quote"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>