Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element sql_schema_definition_statement
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_definition.tmp#schema_definition ansi2003_xsd_Element_table_definition.tmp#table_definition ansi2003_xsd_Element_view_definition.tmp#view_definition ansi2003_xsd_Element_sql_invoked_routine.tmp#sql_invoked_routine ansi2003_xsd_Element_grant_statement.tmp#grant_statement ansi2003_xsd_Element_role_definition.tmp#role_definition ansi2003_xsd_Element_domain_definition.tmp#domain_definition ansi2003_xsd_Element_character_set_definition.tmp#character_set_definition ansi2003_xsd_Element_collation_definition.tmp#collation_definition ansi2003_xsd_Element_transliteration_definition.tmp#transliteration_definition ansi2003_xsd_Element_assertion_definition.tmp#assertion_definition ansi2003_xsd_Element_trigger_definition.tmp#trigger_definition ansi2003_xsd_Element_user_defined_type_definition.tmp#user_defined_type_definition ansi2003_xsd_Element_user_defined_cast_definition.tmp#user_defined_cast_definition ansi2003_xsd_Element_user_defined_ordering_definition.tmp#user_defined_ordering_definition ansi2003_xsd_Element_transform_definition.tmp#transform_definition ansi2003_xsd_Element_sequence_generator_definition.tmp#sequence_generator_definition
Properties
content complex
Used by
Model
Children assertion_definition, character_set_definition, collation_definition, domain_definition, grant_statement, role_definition, schema_definition, sequence_generator_definition, sql_invoked_routine, table_definition, transform_definition, transliteration_definition, trigger_definition, user_defined_cast_definition, user_defined_ordering_definition, user_defined_type_definition, view_definition
Instance
<sql_schema_definition_statement xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_definition>{1,1}</schema_definition>
  <table_definition>{1,1}</table_definition>
  <view_definition>{1,1}</view_definition>
  <sql_invoked_routine>{1,1}</sql_invoked_routine>
  <grant_statement>{1,1}</grant_statement>
  <role_definition>{1,1}</role_definition>
  <domain_definition>{1,1}</domain_definition>
  <character_set_definition>{1,1}</character_set_definition>
  <collation_definition>{1,1}</collation_definition>
  <transliteration_definition>{1,1}</transliteration_definition>
  <assertion_definition>{1,1}</assertion_definition>
  <trigger_definition>{1,1}</trigger_definition>
  <user_defined_type_definition>{1,1}</user_defined_type_definition>
  <user_defined_cast_definition>{1,1}</user_defined_cast_definition>
  <user_defined_ordering_definition>{1,1}</user_defined_ordering_definition>
  <transform_definition>{1,1}</transform_definition>
  <sequence_generator_definition>{1,1}</sequence_generator_definition>
</sql_schema_definition_statement>
Source
<xs:element name="sql_schema_definition_statement">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="schema_definition"/>
      <xs:element ref="table_definition"/>
      <xs:element ref="view_definition"/>
      <xs:element ref="sql_invoked_routine"/>
      <xs:element ref="grant_statement"/>
      <xs:element ref="role_definition"/>
      <xs:element ref="domain_definition"/>
      <xs:element ref="character_set_definition"/>
      <xs:element ref="collation_definition"/>
      <xs:element ref="transliteration_definition"/>
      <xs:element ref="assertion_definition"/>
      <xs:element ref="trigger_definition"/>
      <xs:element ref="user_defined_type_definition"/>
      <xs:element ref="user_defined_cast_definition"/>
      <xs:element ref="user_defined_ordering_definition"/>
      <xs:element ref="transform_definition"/>
      <xs:element ref="sequence_generator_definition"/>
    </xs:choice>
  </xs:complexType>
</xs:element>