Showing:

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