Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element cursor_holdability
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_cursor_holdability.tmp#cursor_holdability_with_hold ansi2003_xsd_Element_cursor_holdability.tmp#cursor_holdability_without_hold
Properties
content complex
Used by
Model
Children with_hold, without_hold
Instance
<cursor_holdability xmlns="http://www.sqlparser.com/xml/ansi2003">
  <with_hold>{1,1}</with_hold>
  <without_hold>{1,1}</without_hold>
</cursor_holdability>
Source
<xs:element name="cursor_holdability">
  <xs:complexType>
    <xs:choice>
      <xs:element name="with_hold">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_hold"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="without_hold">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_without"/>
            <xs:element ref="kw_hold"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element cursor_holdability / with_hold
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_hold.tmp#kw_hold
Properties
content complex
Model
Children kw_hold, kw_with
Instance
<with_hold xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_hold>{1,1}</kw_hold>
</with_hold>
Source
<xs:element name="with_hold">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_hold"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element cursor_holdability / without_hold
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_without.tmp#kw_without ansi2003_xsd_Element_kw_hold.tmp#kw_hold
Properties
content complex
Model
Children kw_hold, kw_without
Instance
<without_hold xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_without>{1,1}</kw_without>
  <kw_hold>{1,1}</kw_hold>
</without_hold>
Source
<xs:element name="without_hold">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_without"/>
      <xs:element ref="kw_hold"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>