Showing:

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