Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element connection_object
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_default.tmp#kw_default ansi2003_xsd_Element_connection_name.tmp#connection_name
Properties
content complex
Used by
Model
Children connection_name, kw_default
Instance
<connection_object xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_default>{1,1}</kw_default>
  <connection_name>{1,1}</connection_name>
</connection_object>
Source
<xs:element name="connection_object">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_default"/>
      <xs:element ref="connection_name"/>
    </xs:choice>
  </xs:complexType>
</xs:element>