Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element allocate_descriptor_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_allocate.tmp#kw_allocate ansi2003_xsd_Element_kw_sql.tmp#kw_sql ansi2003_xsd_Element_kw_descriptor.tmp#kw_descriptor ansi2003_xsd_Element_descriptor_name.tmp#descriptor_name ansi2003_xsd_Element_allocate_descriptor_statement.tmp#allocate_descriptor_statement_with_max_occurrences
Properties
content complex
Used by
Element sql_descriptor_statement
Element Group dynamic_sql
Model
Children descriptor_name, kw_allocate, kw_descriptor, kw_sql, with_max_occurrences
Instance
<allocate_descriptor_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_allocate>{1,1}</kw_allocate>
  <kw_sql>{0,1}</kw_sql>
  <kw_descriptor>{1,1}</kw_descriptor>
  <descriptor_name>{1,1}</descriptor_name>
  <with_max_occurrences>{0,1}</with_max_occurrences>
</allocate_descriptor_statement>
Source
<xs:element name="allocate_descriptor_statement">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_allocate"/>
      <xs:element ref="kw_sql" minOccurs="0"/>
      <xs:element ref="kw_descriptor"/>
      <xs:element ref="descriptor_name"/>
      <xs:element name="with_max_occurrences" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_max"/>
            <xs:element ref="occurrences"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element allocate_descriptor_statement / with_max_occurrences
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_max.tmp#kw_max ansi2003_xsd_Element_occurrences.tmp#occurrences
Properties
content complex
minOccurs 0
Model
Children kw_max, kw_with, occurrences
Instance
<with_max_occurrences xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_max>{1,1}</kw_max>
  <occurrences>{1,1}</occurrences>
</with_max_occurrences>
Source
<xs:element name="with_max_occurrences" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_max"/>
      <xs:element ref="occurrences"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>