Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element instantiable_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_instantiable.tmp#kw_instantiable ansi2003_xsd_Element_instantiable_clause.tmp#instantiable_clause_not_instantiable
Properties
content complex
Used by
Model
Children kw_instantiable, not_instantiable
Instance
<instantiable_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_instantiable>{1,1}</kw_instantiable>
  <not_instantiable>{1,1}</not_instantiable>
</instantiable_clause>
Source
<xs:element name="instantiable_clause">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_instantiable"/>
      <xs:element name="not_instantiable">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_not"/>
            <xs:element ref="kw_instantiable"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element instantiable_clause / not_instantiable
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_kw_instantiable.tmp#kw_instantiable
Properties
content complex
Model
Children kw_instantiable, kw_not
Instance
<not_instantiable xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_not>{1,1}</kw_not>
  <kw_instantiable>{1,1}</kw_instantiable>
</not_instantiable>
Source
<xs:element name="not_instantiable">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_not"/>
      <xs:element ref="kw_instantiable"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>