Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element boolean_factor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_boolean_test.tmp#boolean_test
Properties
content complex
Used by
Model
Children boolean_test, kw_not
Instance
<boolean_factor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_not>{0,1}</kw_not>
  <boolean_test>{1,1}</boolean_test>
</boolean_factor>
Source
<xs:element name="boolean_factor">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_not" minOccurs="0"/>
      <xs:element ref="boolean_test"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>