Showing:

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