Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element role_definition
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_create.tmp#kw_create ansi2003_xsd_Element_kw_role.tmp#kw_role ansi2003_xsd_Element_role_name.tmp#role_name ansi2003_xsd_Element_role_definition.tmp#role_definition_with_admin_grantor
Properties
content complex
Used by
Model
Children kw_create, kw_role, role_name, with_admin_grantor
Instance
<role_definition xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_create>{1,1}</kw_create>
  <kw_role>{1,1}</kw_role>
  <role_name>{1,1}</role_name>
  <with_admin_grantor>{1,1}</with_admin_grantor>
</role_definition>
Source
<xs:element name="role_definition">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_create"/>
      <xs:element ref="kw_role"/>
      <xs:element ref="role_name"/>
      <xs:element name="with_admin_grantor">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_admin"/>
            <xs:element ref="grantor"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element role_definition / with_admin_grantor
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_admin.tmp#kw_admin ansi2003_xsd_Element_grantor.tmp#grantor
Properties
content complex
Model
Children grantor, kw_admin, kw_with
Instance
<with_admin_grantor xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_admin>{1,1}</kw_admin>
  <grantor>{1,1}</grantor>
</with_admin_grantor>
Source
<xs:element name="with_admin_grantor">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_admin"/>
      <xs:element ref="grantor"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>