Showing:

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