Showing:

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