Showing:

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