Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
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> |
|