Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element collation_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_create.tmp#kw_create ansi2003_xsd_Element_kw_collation.tmp#kw_collation ansi2003_xsd_Element_collation_name.tmp#collation_name ansi2003_xsd_Element_kw_for.tmp#kw_for ansi2003_xsd_Element_character_set_specification.tmp#character_set_specification ansi2003_xsd_Element_kw_from.tmp#kw_from ansi2003_xsd_Element_existing_collation_name.tmp#existing_collation_name ansi2003_xsd_Element_pad_characteristic.tmp#pad_characteristic
Properties
content complex
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>