Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element trim_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_leading.tmp#kw_leading ansi2003_xsd_Element_kw_trailing.tmp#kw_trailing ansi2003_xsd_Element_kw_both.tmp#kw_both
Properties
content complex
Used by
Model
Children kw_both, kw_leading, kw_trailing
Instance
<trim_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_leading>{1,1}</kw_leading>
  <kw_trailing>{1,1}</kw_trailing>
  <kw_both>{1,1}</kw_both>
</trim_specification>
Source
<xs:element name="trim_specification">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_leading"/>
      <xs:element ref="kw_trailing"/>
      <xs:element ref="kw_both"/>
    </xs:choice>
  </xs:complexType>
</xs:element>