Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element collection_derived_table
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_unnest.tmp#kw_unnest ansi2003_xsd_Element_collection_value_expression.tmp#collection_value_expression ansi2003_xsd_Element_collection_derived_table.tmp#collection_derived_table_kw_with_ordinality
Properties
content complex
Used by
Model
Children collection_value_expression, kw_unnest, kw_with_ordinality
Instance
<collection_derived_table xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_unnest>{1,1}</kw_unnest>
  <collection_value_expression>{1,1}</collection_value_expression>
  <kw_with_ordinality>{0,1}</kw_with_ordinality>
</collection_derived_table>
Source
<xs:element name="collection_derived_table">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_unnest"/>
      <xs:element ref="collection_value_expression"/>
      <xs:element name="kw_with_ordinality" minOccurs="0">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_ordinality"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element collection_derived_table / kw_with_ordinality
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_ordinality.tmp#kw_ordinality
Properties
content complex
minOccurs 0
Model
Children kw_ordinality, kw_with
Instance
<kw_with_ordinality xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_ordinality>{1,1}</kw_ordinality>
</kw_with_ordinality>
Source
<xs:element name="kw_with_ordinality" minOccurs="0">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_ordinality"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>