Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
with_nesting, without_nesting |
Instance
|
<nesting_options xmlns="http://www.sqlparser.com/xml/ansi2003">
<with_nesting>{1,1}</with_nesting>
<without_nesting>{1,1}</without_nesting>
</nesting_options> |
|
Source
|
<xs:element name="nesting_options">
<xs:complexType>
<xs:sequence>
<xs:element name="with_nesting">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_with"/>
<xs:element ref="kw_nesting"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="without_nesting">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_without"/>
<xs:element ref="kw_nesting"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |
|