|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
binary_value_expression, for_string_length, from_start_position, kw_overlay, kw_placing |
Instance
|
<binary_overlay_function xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_overlay>{1,1}</kw_overlay>
<binary_value_expression>{1,1}</binary_value_expression>
<kw_placing>{1,1}</kw_placing>
<binary_value_expression>{1,1}</binary_value_expression>
<from_start_position>{1,1}</from_start_position>
<for_string_length>{0,1}</for_string_length>
</binary_overlay_function> |
|
Source
|
<xs:element name="binary_overlay_function">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_overlay"/>
<xs:element ref="binary_value_expression"/>
<xs:element ref="kw_placing"/>
<xs:element ref="binary_value_expression"/>
<xs:element ref="from_start_position"/>
<xs:element ref="for_string_length" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
|
|