Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element query_term
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_query_primary.tmp#query_primary ansi2003_xsd_Element_query_term.tmp#query_term_query_expression_body_intersect
Properties
content complex
Used by
Model
Children query_expression_body_intersect, query_primary
Instance
<query_term xmlns="http://www.sqlparser.com/xml/ansi2003">
  <query_primary>{1,1}</query_primary>
  <query_expression_body_intersect>{1,1}</query_expression_body_intersect>
</query_term>
Source
<xs:element name="query_term">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="query_primary"/>
      <xs:element name="query_expression_body_intersect">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="query_term"/>
            <xs:element ref="kw_intersect"/>
            <xs:element ref="set_quantifier" minOccurs="0"/>
            <xs:element ref="corresponding_spec" minOccurs="0"/>
            <xs:element ref="query_primary"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element query_term / query_expression_body_intersect
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_query_term.tmp#query_term ansi2003_xsd_Element_kw_intersect.tmp#kw_intersect ansi2003_xsd_Element_set_quantifier.tmp#set_quantifier ansi2003_xsd_Element_corresponding_spec.tmp#corresponding_spec ansi2003_xsd_Element_query_primary.tmp#query_primary
Properties
content complex
Model
Children corresponding_spec, kw_intersect, query_primary, query_term, set_quantifier
Instance
<query_expression_body_intersect xmlns="http://www.sqlparser.com/xml/ansi2003">
  <query_term>{1,1}</query_term>
  <kw_intersect>{1,1}</kw_intersect>
  <set_quantifier>{0,1}</set_quantifier>
  <corresponding_spec>{0,1}</corresponding_spec>
  <query_primary>{1,1}</query_primary>
</query_expression_body_intersect>
Source
<xs:element name="query_expression_body_intersect">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="query_term"/>
      <xs:element ref="kw_intersect"/>
      <xs:element ref="set_quantifier" minOccurs="0"/>
      <xs:element ref="corresponding_spec" minOccurs="0"/>
      <xs:element ref="query_primary"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>