Showing:

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