Showing:

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