Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element window_frame_following
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_unsigned_value_specification.tmp#unsigned_value_specification ansi2003_xsd_Element_kw_following.tmp#kw_following
Properties
content complex
Used by
Model
Children kw_following, unsigned_value_specification
Instance
<window_frame_following xmlns="http://www.sqlparser.com/xml/ansi2003">
  <unsigned_value_specification>{1,1}</unsigned_value_specification>
  <kw_following>{1,1}</kw_following>
</window_frame_following>
Source
<xs:element name="window_frame_following">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="unsigned_value_specification"/>
      <xs:element ref="kw_following"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>