Showing:

Diagrams
Instances
Model
Properties
Source
Element comment_character
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_nonquote_character.tmp#nonquote_character ansi2003_xsd_Element_quote.tmp#quote
Properties
content complex
Model
Children nonquote_character, quote
Instance
<comment_character xmlns="http://www.sqlparser.com/xml/ansi2003">
  <nonquote_character>{1,1}</nonquote_character>
  <quote>{1,1}</quote>
</comment_character>
Source
<xs:element name="comment_character">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="nonquote_character"/>
      <xs:element ref="quote"/>
    </xs:choice>
  </xs:complexType>
</xs:element>