Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element finality
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_final.tmp#kw_final ansi2003_xsd_Element_finality.tmp#finality_not_final
Properties
content complex
Used by
Model
Children kw_final, not_final
Instance
<finality xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_final>{1,1}</kw_final>
  <not_final>{1,1}</not_final>
</finality>
Source
<xs:element name="finality">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_final"/>
      <xs:element name="not_final">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_not"/>
            <xs:element ref="kw_final"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element finality / not_final
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_not.tmp#kw_not ansi2003_xsd_Element_kw_final.tmp#kw_final
Properties
content complex
Model
Children kw_final, kw_not
Instance
<not_final xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_not>{1,1}</kw_not>
  <kw_final>{1,1}</kw_final>
</not_final>
Source
<xs:element name="not_final">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_not"/>
      <xs:element ref="kw_final"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>