Showing:

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