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