Showing:

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