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