Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element comment
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_simple_comment.tmp#simple_comment ansi2003_xsd_Element_bracketed_comment.tmp#bracketed_comment
Properties
content complex
Used by
Element separator
Model
Children bracketed_comment, simple_comment
Instance
<comment xmlns="http://www.sqlparser.com/xml/ansi2003">
  <simple_comment>{1,1}</simple_comment>
  <bracketed_comment>{1,1}</bracketed_comment>
</comment>
Source
<xs:element name="comment">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="simple_comment"/>
      <xs:element ref="bracketed_comment"/>
    </xs:choice>
  </xs:complexType>
</xs:element>