Showing:

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