Showing:

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