Showing:

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