Showing:

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