Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element schema_character_set_or_path
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_character_set_specification.tmp#schema_character_set_specification ansi2003_xsd_Element_schema_path_specification.tmp#schema_path_specification ansi2003_xsd_Element_schema_character_set_or_path.tmp#schema_character_set_or_path_schema_character_set_with_path ansi2003_xsd_Element_schema_character_set_or_path.tmp#schema_character_set_or_path_schema_path_with_character_set
Properties
content complex
Used by
Model
Children schema_character_set_specification, schema_character_set_with_path, schema_path_specification, schema_path_with_character_set
Instance
<schema_character_set_or_path xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_character_set_specification>{1,1}</schema_character_set_specification>
  <schema_path_specification>{1,1}</schema_path_specification>
  <schema_character_set_with_path>{1,1}</schema_character_set_with_path>
  <schema_path_with_character_set>{1,1}</schema_path_with_character_set>
</schema_character_set_or_path>
Source
<xs:element name="schema_character_set_or_path">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="schema_character_set_specification"/>
      <xs:element ref="schema_path_specification"/>
      <xs:element name="schema_character_set_with_path">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="schema_character_set_specification"/>
            <xs:element ref="schema_path_specification"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="schema_path_with_character_set">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="schema_path_specification"/>
            <xs:element ref="schema_character_set_specification"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element schema_character_set_or_path / schema_character_set_with_path
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_character_set_specification.tmp#schema_character_set_specification ansi2003_xsd_Element_schema_path_specification.tmp#schema_path_specification
Properties
content complex
Model
Children schema_character_set_specification, schema_path_specification
Instance
<schema_character_set_with_path xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_character_set_specification>{1,1}</schema_character_set_specification>
  <schema_path_specification>{1,1}</schema_path_specification>
</schema_character_set_with_path>
Source
<xs:element name="schema_character_set_with_path">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema_character_set_specification"/>
      <xs:element ref="schema_path_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element schema_character_set_or_path / schema_path_with_character_set
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_path_specification.tmp#schema_path_specification ansi2003_xsd_Element_schema_character_set_specification.tmp#schema_character_set_specification
Properties
content complex
Model
Children schema_character_set_specification, schema_path_specification
Instance
<schema_path_with_character_set xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_path_specification>{1,1}</schema_path_specification>
  <schema_character_set_specification>{1,1}</schema_character_set_specification>
</schema_path_with_character_set>
Source
<xs:element name="schema_path_with_character_set">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema_path_specification"/>
      <xs:element ref="schema_character_set_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>