Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element major_category
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_sqlexcetion.tmp#kw_sqlexcetion ansi2003_xsd_Element_kw_sqlwarning.tmp#kw_sqlwarning ansi2003_xsd_Element_major_category.tmp#major_category_not_found
Properties
content complex
Used by
Element sql_condition
Model
Children kw_sqlexcetion, kw_sqlwarning, not_found
Instance
<major_category xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_sqlexcetion>{1,1}</kw_sqlexcetion>
  <kw_sqlwarning>{1,1}</kw_sqlwarning>
  <not_found>{1,1}</not_found>
</major_category>
Source
<xs:element name="major_category">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_sqlexcetion"/>
      <xs:element ref="kw_sqlwarning"/>
      <xs:element name="not_found">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_not"/>
            <xs:element ref="kw_found"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element major_category / not_found
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_kw_found.tmp#kw_found
Properties
content complex
Model
Children kw_found, kw_not
Instance
<not_found xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_not>{1,1}</kw_not>
  <kw_found>{1,1}</kw_found>
</not_found>
Source
<xs:element name="not_found">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_not"/>
      <xs:element ref="kw_found"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>