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