Showing:

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