Showing:

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