|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Type |
restriction of xs:string |
Properties
|
|
Facets
|
|
Used by
|
Elements |
all_information, comp_op, condition_information_item, get_header_information, get_item_information, multiple_column_assignment, set_clause/set_target_equals_update_source, set_header_information, set_item_information, sql_special_character, statement_information_item |
|
Source
|
<xs:element name="equals_operator">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="="/>
</xs:restriction>
</xs:simpleType>
</xs:element> |
|
|
|