Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element like_option
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_identity_option.tmp#identity_option ansi2003_xsd_Element_column_default_option.tmp#column_default_option ansi2003_xsd_Element_generation_option.tmp#generation_option
Properties
content complex
Used by
Element like_options
Model
Children column_default_option, generation_option, identity_option
Instance
<like_option xmlns="http://www.sqlparser.com/xml/ansi2003">
  <identity_option>{1,1}</identity_option>
  <column_default_option>{1,1}</column_default_option>
  <generation_option>{1,1}</generation_option>
</like_option>
Source
<xs:element name="like_option">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="identity_option"/>
      <xs:element ref="column_default_option"/>
      <xs:element ref="generation_option"/>
    </xs:choice>
  </xs:complexType>
</xs:element>