Showing:

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