Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element attribute_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_attribute_name.tmp#attribute_name ansi2003_xsd_Element_data_type.tmp#data_type ansi2003_xsd_Element_attribute_default.tmp#attribute_default ansi2003_xsd_Element_collate_clause.tmp#collate_clause
Properties
content complex
Used by
Model
Children attribute_default, attribute_name, collate_clause, data_type
Instance
<attribute_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <attribute_name>{1,1}</attribute_name>
  <data_type>{1,1}</data_type>
  <attribute_default>{0,1}</attribute_default>
  <collate_clause>{0,1}</collate_clause>
</attribute_definition>
Source
<xs:element name="attribute_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="attribute_name"/>
      <xs:element ref="data_type"/>
      <xs:element ref="attribute_default" minOccurs="0"/>
      <xs:element ref="collate_clause" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>