Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element into_arguments
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_into.tmp#kw_into ansi2003_xsd_Element_into_argument.tmp#into_argument
Properties
content complex
Used by
Model
Children into_argument, kw_into
Instance
<into_arguments xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_into>{1,1}</kw_into>
  <into_argument>{1,unbounded}</into_argument>
</into_arguments>
Source
<xs:element name="into_arguments">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_into"/>
      <xs:element ref="into_argument" maxOccurs="unbounded"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>