Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element explicit_row_value_constructor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_explicit_row_value_constructor.tmp#explicit_row_value_constructor_row_value_constructor_element_list_with_paren ansi2003_xsd_Element_explicit_row_value_constructor.tmp#explicit_row_value_constructor_row_value_constructor_element_list_with_row ansi2003_xsd_Element_row_subquery.tmp#row_subquery
Properties
content complex
Used by
Model
Children row_subquery, row_value_constructor_element_list_with_paren, row_value_constructor_element_list_with_row
Instance
<explicit_row_value_constructor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <row_value_constructor_element_list_with_paren>{1,1}</row_value_constructor_element_list_with_paren>
  <row_value_constructor_element_list_with_row>{1,1}</row_value_constructor_element_list_with_row>
  <row_subquery>{1,1}</row_subquery>
</explicit_row_value_constructor>
Source
<xs:element name="explicit_row_value_constructor">
  <xs:complexType>
    <xs:choice>
      <xs:element name="row_value_constructor_element_list_with_paren">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="row_value_constructor_element" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="row_value_constructor_element_list_with_row">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_row"/>
            <xs:element ref="row_value_constructor_element" maxOccurs="unbounded"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="row_subquery"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element explicit_row_value_constructor / row_value_constructor_element_list_with_paren
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_row_value_constructor_element.tmp#row_value_constructor_element
Properties
content complex
Model
Children row_value_constructor_element
Instance
<row_value_constructor_element_list_with_paren xmlns="http://www.sqlparser.com/xml/ansi2003">
  <row_value_constructor_element>{1,unbounded}</row_value_constructor_element>
</row_value_constructor_element_list_with_paren>
Source
<xs:element name="row_value_constructor_element_list_with_paren">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="row_value_constructor_element" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element explicit_row_value_constructor / row_value_constructor_element_list_with_row
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_row.tmp#kw_row ansi2003_xsd_Element_row_value_constructor_element.tmp#row_value_constructor_element
Properties
content complex
Model
Children kw_row, row_value_constructor_element
Instance
<row_value_constructor_element_list_with_row xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_row>{1,1}</kw_row>
  <row_value_constructor_element>{1,unbounded}</row_value_constructor_element>
</row_value_constructor_element_list_with_row>
Source
<xs:element name="row_value_constructor_element_list_with_row">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_row"/>
      <xs:element ref="row_value_constructor_element" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>