Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element nesting_options
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_nesting_options.tmp#nesting_options_with_nesting ansi2003_xsd_Element_nesting_options.tmp#nesting_options_without_nesting
Properties
content complex
Used by
Model
Children with_nesting, without_nesting
Instance
<nesting_options xmlns="http://www.sqlparser.com/xml/ansi2003">
  <with_nesting>{1,1}</with_nesting>
  <without_nesting>{1,1}</without_nesting>
</nesting_options>
Source
<xs:element name="nesting_options">
  <xs:complexType>
    <xs:sequence>
      <xs:element name="with_nesting">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_nesting"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="without_nesting">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_without"/>
            <xs:element ref="kw_nesting"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element nesting_options / with_nesting
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_nesting.tmp#kw_nesting
Properties
content complex
Model
Children kw_nesting, kw_with
Instance
<with_nesting xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_nesting>{1,1}</kw_nesting>
</with_nesting>
Source
<xs:element name="with_nesting">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_nesting"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element nesting_options / without_nesting
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_without.tmp#kw_without ansi2003_xsd_Element_kw_nesting.tmp#kw_nesting
Properties
content complex
Model
Children kw_nesting, kw_without
Instance
<without_nesting xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_without>{1,1}</kw_without>
  <kw_nesting>{1,1}</kw_nesting>
</without_nesting>
Source
<xs:element name="without_nesting">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_without"/>
      <xs:element ref="kw_nesting"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>