Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element host_parameter_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_host_parameter_name.tmp#host_parameter_name ansi2003_xsd_Element_indicator_parameter.tmp#indicator_parameter
Properties
content complex
Used by
Model
Children host_parameter_name, indicator_parameter
Instance
<host_parameter_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <host_parameter_name>{1,1}</host_parameter_name>
  <indicator_parameter>{0,1}</indicator_parameter>
</host_parameter_specification>
Source
<xs:element name="host_parameter_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="host_parameter_name"/>
      <xs:element ref="indicator_parameter" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>