Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element predefined_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_predefined_type.tmp#predefined_type_character_string_type_with_charater_set_collate ansi2003_xsd_Element_predefined_type.tmp#predefined_type_national_character_string_type_with_collate ansi2003_xsd_Element_binary_string_type.tmp#binary_string_type ansi2003_xsd_Element_numeric_type.tmp#numeric_type ansi2003_xsd_Element_boolean_type.tmp#boolean_type ansi2003_xsd_Element_datetime_type.tmp#datetime_type ansi2003_xsd_Element_interval_type.tmp#interval_type
Properties
content complex
Used by
Model
Children binary_string_type, boolean_type, character_string_type_with_charater_set_collate, datetime_type, interval_type, national_character_string_type_with_collate, numeric_type
Instance
<predefined_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_string_type_with_charater_set_collate>{1,1}</character_string_type_with_charater_set_collate>
  <national_character_string_type_with_collate>{1,1}</national_character_string_type_with_collate>
  <binary_string_type>{1,1}</binary_string_type>
  <numeric_type>{1,1}</numeric_type>
  <boolean_type>{1,1}</boolean_type>
  <datetime_type>{1,1}</datetime_type>
  <interval_type>{1,1}</interval_type>
</predefined_type>
Source
<xs:element name="predefined_type">
  <xs:complexType>
    <xs:choice>
      <xs:element name="character_string_type_with_charater_set_collate">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="character_string_type"/>
            <xs:element ref="character_set_specification" minOccurs="0"/>
            <xs:element ref="collate_clause" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="national_character_string_type_with_collate">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="national_character_string_type"/>
            <xs:element ref="collate_clause" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="binary_string_type"/>
      <xs:element ref="numeric_type"/>
      <xs:element ref="boolean_type"/>
      <xs:element ref="datetime_type"/>
      <xs:element ref="interval_type"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element predefined_type / character_string_type_with_charater_set_collate
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_character_string_type.tmp#character_string_type ansi2003_xsd_Element_character_set_specification.tmp#character_set_specification ansi2003_xsd_Element_collate_clause.tmp#collate_clause
Properties
content complex
Model
Children character_set_specification, character_string_type, collate_clause
Instance
<character_string_type_with_charater_set_collate xmlns="http://www.sqlparser.com/xml/ansi2003">
  <character_string_type>{1,1}</character_string_type>
  <character_set_specification>{0,1}</character_set_specification>
  <collate_clause>{0,1}</collate_clause>
</character_string_type_with_charater_set_collate>
Source
<xs:element name="character_string_type_with_charater_set_collate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="character_string_type"/>
      <xs:element ref="character_set_specification" minOccurs="0"/>
      <xs:element ref="collate_clause" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element predefined_type / national_character_string_type_with_collate
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_national_character_string_type.tmp#national_character_string_type ansi2003_xsd_Element_collate_clause.tmp#collate_clause
Properties
content complex
Model
Children collate_clause, national_character_string_type
Instance
<national_character_string_type_with_collate xmlns="http://www.sqlparser.com/xml/ansi2003">
  <national_character_string_type>{1,1}</national_character_string_type>
  <collate_clause>{0,1}</collate_clause>
</national_character_string_type_with_collate>
Source
<xs:element name="national_character_string_type_with_collate">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="national_character_string_type"/>
      <xs:element ref="collate_clause" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>