Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element schema_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_create.tmp#kw_create ansi2003_xsd_Element_kw_schema.tmp#kw_schema ansi2003_xsd_Element_schema_name_clause.tmp#schema_name_clause ansi2003_xsd_Element_schema_character_set_or_path.tmp#schema_character_set_or_path ansi2003_xsd_Element_schema_element.tmp#schema_element
Properties
content complex
Used by
Model
Children kw_create, kw_schema, schema_character_set_or_path, schema_element, schema_name_clause
Instance
<schema_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_create>{1,1}</kw_create>
  <kw_schema>{1,1}</kw_schema>
  <schema_name_clause>{1,1}</schema_name_clause>
  <schema_character_set_or_path>{0,1}</schema_character_set_or_path>
  <schema_element>{0,unbounded}</schema_element>
</schema_definition>
Source
<xs:element name="schema_definition">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_create"/>
      <xs:element ref="kw_schema"/>
      <xs:element ref="schema_name_clause"/>
      <xs:element ref="schema_character_set_or_path" minOccurs="0"/>
      <xs:element ref="schema_element" maxOccurs="unbounded" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>