Showing:

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