Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element transform_group_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_transform.tmp#kw_transform ansi2003_xsd_Element_kw_group.tmp#kw_group ansi2003_xsd_Element_transform_group_specification.tmp#transform_group_specification_single_multiple_group_specification
Properties
content complex
Used by
Model
Children kw_group, kw_transform, single_multiple_group_specification
Instance
<transform_group_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_transform>{1,1}</kw_transform>
  <kw_group>{1,1}</kw_group>
  <single_multiple_group_specification>{1,1}</single_multiple_group_specification>
</transform_group_specification>
Source
<xs:element name="transform_group_specification">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_transform"/>
      <xs:element ref="kw_group"/>
      <xs:element name="single_multiple_group_specification">
        <xs:complexType>
          <xs:choice>
            <xs:element ref="single_group_specification"/>
            <xs:element ref="multiple_group_specification"/>
          </xs:choice>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element transform_group_specification / single_multiple_group_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_single_group_specification.tmp#single_group_specification ansi2003_xsd_Element_multiple_group_specification.tmp#multiple_group_specification
Properties
content complex
Model
Children multiple_group_specification, single_group_specification
Instance
<single_multiple_group_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <single_group_specification>{1,1}</single_group_specification>
  <multiple_group_specification>{1,1}</multiple_group_specification>
</single_multiple_group_specification>
Source
<xs:element name="single_multiple_group_specification">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="single_group_specification"/>
      <xs:element ref="multiple_group_specification"/>
    </xs:choice>
  </xs:complexType>
</xs:element>