Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element column_default_option
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_column_default_option.tmp#column_default_option_including_defaults ansi2003_xsd_Element_column_default_option.tmp#column_default_option_excluding_defaults
Properties
content complex
Used by
Element like_option
Model
Children excluding_defaults, including_defaults
Instance
<column_default_option xmlns="http://www.sqlparser.com/xml/ansi2003">
  <including_defaults>{1,1}</including_defaults>
  <excluding_defaults>{1,1}</excluding_defaults>
</column_default_option>
Source
<xs:element name="column_default_option">
  <xs:complexType>
    <xs:choice>
      <xs:element name="including_defaults">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_including"/>
            <xs:element ref="kw_defaults"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="excluding_defaults">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_excluding"/>
            <xs:element ref="kw_defaults"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element column_default_option / including_defaults
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_including.tmp#kw_including ansi2003_xsd_Element_kw_defaults.tmp#kw_defaults
Properties
content complex
Model
Children kw_defaults, kw_including
Instance
<including_defaults xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_including>{1,1}</kw_including>
  <kw_defaults>{1,1}</kw_defaults>
</including_defaults>
Source
<xs:element name="including_defaults">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_including"/>
      <xs:element ref="kw_defaults"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element column_default_option / excluding_defaults
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_excluding.tmp#kw_excluding ansi2003_xsd_Element_kw_defaults.tmp#kw_defaults
Properties
content complex
Model
Children kw_defaults, kw_excluding
Instance
<excluding_defaults xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_excluding>{1,1}</kw_excluding>
  <kw_defaults>{1,1}</kw_defaults>
</excluding_defaults>
Source
<xs:element name="excluding_defaults">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_excluding"/>
      <xs:element ref="kw_defaults"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>