Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element subtype_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_under.tmp#kw_under ansi2003_xsd_Element_supertype_name.tmp#supertype_name
Properties
content complex
Used by
Model
Children kw_under, supertype_name
Instance
<subtype_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_under>{1,1}</kw_under>
  <supertype_name>{1,1}</supertype_name>
</subtype_clause>
Source
<xs:element name="subtype_clause">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_under"/>
      <xs:element ref="supertype_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>