Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element field_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_field_name.tmp#field_name ansi2003_xsd_Element_data_type.tmp#data_type
Properties
content complex
Used by
Element row_type_body
Element Group scalar_expressions
Model
Children data_type, field_name
Instance
<field_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <field_name>{1,1}</field_name>
  <data_type>{1,1}</data_type>
</field_definition>
Source
<xs:element name="field_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="field_name"/>
      <xs:element ref="data_type"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>