<table_reference_or_partitioned_join_table xmlns="http://www.sqlparser.com/xml/ansi2003"> <table_reference>{1,1}</table_reference> <partitioned_join_table>{1,1}</partitioned_join_table> </table_reference_or_partitioned_join_table>
<xs:element name="table_reference_or_partitioned_join_table"> <xs:complexType> <xs:choice> <xs:element ref="table_reference"/> <xs:element ref="partitioned_join_table"/> </xs:choice> </xs:complexType> </xs:element>