Showing:

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