Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
host_parameter_name_data_type, status_parameter |
Instance
|
<host_parameter_declaration xmlns="http://www.sqlparser.com/xml/ansi2003">
<host_parameter_name_data_type>{1,1}</host_parameter_name_data_type>
<status_parameter>{1,1}</status_parameter>
</host_parameter_declaration> |
|
Source
|
<xs:element name="host_parameter_declaration">
<xs:complexType>
<xs:choice>
<xs:element name="host_parameter_name_data_type">
<xs:complexType>
<xs:sequence>
<xs:element ref="host_parameter_name"/>
<xs:element ref="host_parameter_data_type"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="status_parameter"/>
</xs:choice>
</xs:complexType>
</xs:element> |
|