Showing:

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