<goto_target xmlns="http://www.sqlparser.com/xml/ansi2003"> <host_label_identifier>{1,1}</host_label_identifier> <unsigned_integer>{1,1}</unsigned_integer> <host_pli_label_variable>{1,1}</host_pli_label_variable> </goto_target>
<xs:element name="goto_target"> <xs:complexType> <xs:choice> <xs:element name="host_label_identifier" type="xs:string"/> <xs:element ref="unsigned_integer"/> <xs:element name="host_pli_label_variable" type="xs:string"/> </xs:choice> </xs:complexType> </xs:element>
<xs:element name="host_label_identifier" type="xs:string"/>
<xs:element name="host_pli_label_variable" type="xs:string"/>