Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element general_value_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_host_parameter_specification.tmp#host_parameter_specification ansi2003_xsd_Element_sql_parameter_reference.tmp#sql_parameter_reference ansi2003_xsd_Element_dynamic_parameter_specification.tmp#dynamic_parameter_specification ansi2003_xsd_Element_embedded_variable_specification.tmp#embedded_variable_specification ansi2003_xsd_Element_current_collation_specification.tmp#current_collation_specification ansi2003_xsd_Element_kw_current_catalog.tmp#kw_current_catalog ansi2003_xsd_Element_kw_current_default_transform_group.tmp#kw_current_default_transform_group ansi2003_xsd_Element_kw_current_path.tmp#kw_current_path ansi2003_xsd_Element_kw_current_role.tmp#kw_current_role ansi2003_xsd_Element_kw_current_schema.tmp#kw_current_schema ansi2003_xsd_Element_general_value_specification.tmp#general_value_specification_current_transform_group_for_type ansi2003_xsd_Element_kw_current_user.tmp#kw_current_user ansi2003_xsd_Element_kw_session_user.tmp#kw_session_user ansi2003_xsd_Element_kw_system_user.tmp#kw_system_user ansi2003_xsd_Element_kw_user.tmp#kw_user ansi2003_xsd_Element_kw_value.tmp#kw_value
Properties
content complex
Used by
Model
Children current_collation_specification, current_transform_group_for_type, dynamic_parameter_specification, embedded_variable_specification, host_parameter_specification, kw_current_catalog, kw_current_default_transform_group, kw_current_path, kw_current_role, kw_current_schema, kw_current_user, kw_session_user, kw_system_user, kw_user, kw_value, sql_parameter_reference
Instance
<general_value_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <host_parameter_specification>{1,1}</host_parameter_specification>
  <sql_parameter_reference>{1,1}</sql_parameter_reference>
  <dynamic_parameter_specification>{1,1}</dynamic_parameter_specification>
  <embedded_variable_specification>{1,1}</embedded_variable_specification>
  <current_collation_specification>{1,1}</current_collation_specification>
  <kw_current_catalog>{1,1}</kw_current_catalog>
  <kw_current_default_transform_group>{1,1}</kw_current_default_transform_group>
  <kw_current_path>{1,1}</kw_current_path>
  <kw_current_role>{1,1}</kw_current_role>
  <kw_current_schema>{1,1}</kw_current_schema>
  <current_transform_group_for_type>{1,1}</current_transform_group_for_type>
  <kw_current_user>{1,1}</kw_current_user>
  <kw_session_user>{1,1}</kw_session_user>
  <kw_system_user>{1,1}</kw_system_user>
  <kw_user>{1,1}</kw_user>
  <kw_value>{1,1}</kw_value>
</general_value_specification>
Source
<xs:element name="general_value_specification">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="host_parameter_specification"/>
      <xs:element ref="sql_parameter_reference"/>
      <xs:element ref="dynamic_parameter_specification"/>
      <xs:element ref="embedded_variable_specification"/>
      <xs:element ref="current_collation_specification"/>
      <xs:element ref="kw_current_catalog"/>
      <xs:element ref="kw_current_default_transform_group"/>
      <xs:element ref="kw_current_path"/>
      <xs:element ref="kw_current_role"/>
      <xs:element ref="kw_current_schema"/>
      <xs:element name="current_transform_group_for_type">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_current_transform_group_for_type"/>
            <xs:element ref="path_resolved_user_defined_type_name"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element ref="kw_current_user"/>
      <xs:element ref="kw_session_user"/>
      <xs:element ref="kw_system_user"/>
      <xs:element ref="kw_user"/>
      <xs:element ref="kw_value"/>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element general_value_specification / current_transform_group_for_type
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_current_transform_group_for_type.tmp#kw_current_transform_group_for_type ansi2003_xsd_Element_path_resolved_user_defined_type_name.tmp#path_resolved_user_defined_type_name
Properties
content complex
Model
Children kw_current_transform_group_for_type, path_resolved_user_defined_type_name
Instance
<current_transform_group_for_type xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_current_transform_group_for_type>{1,1}</kw_current_transform_group_for_type>
  <path_resolved_user_defined_type_name>{1,1}</path_resolved_user_defined_type_name>
</current_transform_group_for_type>
Source
<xs:element name="current_transform_group_for_type">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_current_transform_group_for_type"/>
      <xs:element ref="path_resolved_user_defined_type_name"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>