Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element goto_target
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_goto_target.tmp#goto_target_host_label_identifier ansi2003_xsd_Element_unsigned_integer.tmp#unsigned_integer ansi2003_xsd_Element_goto_target.tmp#goto_target_host_pli_label_variable
Properties
content complex
Used by
Element go_to
Model
Children host_label_identifier, host_pli_label_variable, unsigned_integer
Instance
<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>
Source
<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>
Element goto_target / host_label_identifier
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="host_label_identifier" type="xs:string"/>
Element goto_target / host_pli_label_variable
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram
Type xs:string
Properties
content simple
Source
<xs:element name="host_pli_label_variable" type="xs:string"/>