Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element set_quantifier
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_distinct.tmp#kw_distinct ansi2003_xsd_Element_kw_all.tmp#kw_all
Properties
content complex
Used by
Model
Children kw_all, kw_distinct
Instance
<set_quantifier xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_distinct>{1,1}</kw_distinct>
  <kw_all>{1,1}</kw_all>
</set_quantifier>
Source
<xs:element name="set_quantifier">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_distinct"/>
      <xs:element ref="kw_all"/>
    </xs:choice>
  </xs:complexType>
</xs:element>