Showing:

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