Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element match_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_full.tmp#kw_full ansi2003_xsd_Element_kw_partial.tmp#kw_partial ansi2003_xsd_Element_kw_simple.tmp#kw_simple
Properties
content complex
Used by
Model
Children kw_full, kw_partial, kw_simple
Instance
<match_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_full>{1,1}</kw_full>
  <kw_partial>{1,1}</kw_partial>
  <kw_simple>{1,1}</kw_simple>
</match_type>
Source
<xs:element name="match_type">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_full"/>
      <xs:element ref="kw_partial"/>
      <xs:element ref="kw_simple"/>
    </xs:choice>
  </xs:complexType>
</xs:element>