Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element cursor_returnability
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_cursor_returnability.tmp#cursor_returnability_with_return ansi2003_xsd_Element_cursor_returnability.tmp#cursor_returnability_without_return
Properties
content complex
Used by
Model
Children with_return, without_return
Instance
<cursor_returnability xmlns="http://www.sqlparser.com/xml/ansi2003">
  <with_return>{1,1}</with_return>
  <without_return>{1,1}</without_return>
</cursor_returnability>
Source
<xs:element name="cursor_returnability">
  <xs:complexType>
    <xs:choice>
      <xs:element name="with_return">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_return"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="without_return">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_without"/>
            <xs:element ref="kw_return"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element cursor_returnability / with_return
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_return.tmp#kw_return
Properties
content complex
Model
Children kw_return, kw_with
Instance
<with_return xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_return>{1,1}</kw_return>
</with_return>
Source
<xs:element name="with_return">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element cursor_returnability / without_return
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_without.tmp#kw_without ansi2003_xsd_Element_kw_return.tmp#kw_return
Properties
content complex
Model
Children kw_return, kw_without
Instance
<without_return xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_without>{1,1}</kw_without>
  <kw_return>{1,1}</kw_return>
</without_return>
Source
<xs:element name="without_return">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_without"/>
      <xs:element ref="kw_return"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>