|
Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
character_set_specification, collation_name, existing_collation_name, kw_collation, kw_create, kw_for, kw_from, pad_characteristic |
Instance
|
<collation_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
<kw_create>{1,1}</kw_create>
<kw_collation>{1,1}</kw_collation>
<collation_name>{1,1}</collation_name>
<kw_for>{1,1}</kw_for>
<character_set_specification>{1,1}</character_set_specification>
<kw_from>{1,1}</kw_from>
<existing_collation_name>{1,1}</existing_collation_name>
<pad_characteristic>{0,1}</pad_characteristic>
</collation_definition> |
|
Source
|
<xs:element name="collation_definition">
<xs:complexType>
<xs:sequence>
<xs:element ref="kw_create"/>
<xs:element ref="kw_collation"/>
<xs:element ref="collation_name"/>
<xs:element ref="kw_for"/>
<xs:element ref="character_set_specification"/>
<xs:element ref="kw_from"/>
<xs:element ref="existing_collation_name"/>
<xs:element ref="pad_characteristic" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|
|
|