Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element national_character_string_literal
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_national_character_string_literal.tmp#national_character_string_literal_quoted_character_representation
Properties
content complex
Used by
Model
Children quoted_character_representation
Instance
<national_character_string_literal xmlns="http://www.sqlparser.com/xml/ansi2003">
  <quoted_character_representation>{1,unbounded}</quoted_character_representation>
</national_character_string_literal>
Source
<xs:element name="national_character_string_literal">
  <xs:complexType>
    <xs:sequence>
      <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 national_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>