Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
data_type, locator_indication |
Instance
|
<parameter_type xmlns="http://www.sqlparser.com/xml/ansi2003">
<data_type>{1,1}</data_type>
<locator_indication>{0,1}</locator_indication>
</parameter_type> |
|
Source
|
<xs:element name="parameter_type">
<xs:complexType>
<xs:sequence>
<xs:element ref="data_type"/>
<xs:element ref="locator_indication" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|