Showing:

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