Showing:

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