Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element identity_option
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_identity_option.tmp#identity_option_including_identity ansi2003_xsd_Element_identity_option.tmp#identity_option_excluding_identity
Properties
content complex
Used by
Element like_option
Model
Children excluding_identity, including_identity
Instance
<identity_option xmlns="http://www.sqlparser.com/xml/ansi2003">
  <including_identity>{1,1}</including_identity>
  <excluding_identity>{1,1}</excluding_identity>
</identity_option>
Source
<xs:element name="identity_option">
  <xs:complexType>
    <xs:choice>
      <xs:element name="including_identity">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_including"/>
            <xs:element ref="kw_identity"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="excluding_identity">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_excluding"/>
            <xs:element ref="kw_identity"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element identity_option / including_identity
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_including.tmp#kw_including ansi2003_xsd_Element_kw_identity.tmp#kw_identity
Properties
content complex
Model
Children kw_identity, kw_including
Instance
<including_identity xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_including>{1,1}</kw_including>
  <kw_identity>{1,1}</kw_identity>
</including_identity>
Source
<xs:element name="including_identity">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_including"/>
      <xs:element ref="kw_identity"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element identity_option / excluding_identity
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_excluding.tmp#kw_excluding ansi2003_xsd_Element_kw_identity.tmp#kw_identity
Properties
content complex
Model
Children kw_excluding, kw_identity
Instance
<excluding_identity xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_excluding>{1,1}</kw_excluding>
  <kw_identity>{1,1}</kw_identity>
</excluding_identity>
Source
<xs:element name="excluding_identity">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_excluding"/>
      <xs:element ref="kw_identity"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>