Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
kw_exclude, kw_no, kw_others |
Instance
|
<kw_exclude_no_others xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_exclude>{1,1}</kw_exclude>
<kw_no>{1,1}</kw_no>
<kw_others>{1,1}</kw_others>
</kw_exclude_no_others> |
|
Source
|
<xs:element name="kw_exclude_no_others">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_exclude"/>
<xs:element ref="kw_no"/>
<xs:element ref="kw_others"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|