Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element drop_method_specifcation
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_drop.tmp#kw_drop ansi2003_xsd_Element_specific_method_specifcation_designator.tmp#specific_method_specifcation_designator ansi2003_xsd_Element_kw_restrict.tmp#kw_restrict
Properties
content complex
Used by
Model
Children kw_drop, kw_restrict, specific_method_specifcation_designator
Instance
<drop_method_specifcation xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_drop>{1,1}</kw_drop>
  <specific_method_specifcation_designator>{1,1}</specific_method_specifcation_designator>
  <kw_restrict>{1,1}</kw_restrict>
</drop_method_specifcation>
Source
<xs:element name="drop_method_specifcation">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_drop"/>
      <xs:element ref="specific_method_specifcation_designator"/>
      <xs:element ref="kw_restrict"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>