Showing:

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