Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element kw_exclude_no_others
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_exclude.tmp#kw_exclude ansi2003_xsd_Element_kw_no.tmp#kw_no ansi2003_xsd_Element_kw_others.tmp#kw_others
Properties
content complex
Used by
Model
Children kw_exclude, kw_no, kw_others
Instance
<kw_exclude_no_others xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_exclude>{1,1}</kw_exclude>
  <kw_no>{1,1}</kw_no>
  <kw_others>{1,1}</kw_others>
</kw_exclude_no_others>
Source
<xs:element name="kw_exclude_no_others">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_exclude"/>
      <xs:element ref="kw_no"/>
      <xs:element ref="kw_others"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>