Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
kw_instantiable, not_instantiable |
Instance
|
<instantiable_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_instantiable>{1,1}</kw_instantiable>
<not_instantiable>{1,1}</not_instantiable>
</instantiable_clause> |
|
Source
|
<xs:element name="instantiable_clause">
<xs:complexType>
<xs:choice>
<xs:element ref="kw_instantiable"/>
<xs:element name="not_instantiable">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_not"/>
<xs:element ref="kw_instantiable"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element> |
|