Showing:

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