Showing:

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