Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
kw_hold, kw_locator, locator_reference |
Instance
|
<hold_locator_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_hold>{1,1}</kw_hold>
<kw_locator>{1,1}</kw_locator>
<locator_reference>{1,unbounded}</locator_reference>
</hold_locator_statement> |
|
Source
|
<xs:element name="hold_locator_statement">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_hold"/>
<xs:element ref="kw_locator"/>
<xs:element ref="locator_reference" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|