Showing:

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