Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element module_authorization_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_schema_name.tmp#schema_schema_name ansi2003_xsd_Element_module_authorization_clause.tmp#module_authorization_clause_module_authorization_identifier_clause ansi2003_xsd_Element_module_authorization_clause.tmp#module_authorization_clause_schema_name_module_authorization_identifier_clause
Properties
content complex
Used by
Model
Children module_authorization_identifier_clause, schema_name_module_authorization_identifier_clause, schema_schema_name
Instance
<module_authorization_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_schema_name>{1,1}</schema_schema_name>
  <module_authorization_identifier_clause>{1,1}</module_authorization_identifier_clause>
  <schema_name_module_authorization_identifier_clause>{1,1}</schema_name_module_authorization_identifier_clause>
</module_authorization_clause>
Source
<xs:element name="module_authorization_clause">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="schema_schema_name"/>
      <xs:element name="module_authorization_identifier_clause">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_authorization"/>
            <xs:element ref="module_authorization_identifier"/>
            <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="schema_name_module_authorization_identifier_clause">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_schema"/>
            <xs:element ref="schema_name"/>
            <xs:element ref="kw_authorization"/>
            <xs:element ref="module_authorization_identifier"/>
            <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element module_authorization_clause / module_authorization_identifier_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_authorization.tmp#kw_authorization ansi2003_xsd_Element_module_authorization_identifier.tmp#module_authorization_identifier ansi2003_xsd_Element_for_static_only_and_dynamic.tmp#for_static_only_and_dynamic
Properties
content complex
Model
Children for_static_only_and_dynamic, kw_authorization, module_authorization_identifier
Instance
<module_authorization_identifier_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_authorization>{1,1}</kw_authorization>
  <module_authorization_identifier>{1,1}</module_authorization_identifier>
  <for_static_only_and_dynamic>{0,1}</for_static_only_and_dynamic>
</module_authorization_identifier_clause>
Source
<xs:element name="module_authorization_identifier_clause">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_authorization"/>
      <xs:element ref="module_authorization_identifier"/>
      <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element module_authorization_clause / schema_name_module_authorization_identifier_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_schema.tmp#kw_schema ansi2003_xsd_Element_schema_name.tmp#schema_name ansi2003_xsd_Element_kw_authorization.tmp#kw_authorization ansi2003_xsd_Element_module_authorization_identifier.tmp#module_authorization_identifier ansi2003_xsd_Element_for_static_only_and_dynamic.tmp#for_static_only_and_dynamic
Properties
content complex
Model
Children for_static_only_and_dynamic, kw_authorization, kw_schema, module_authorization_identifier, schema_name
Instance
<schema_name_module_authorization_identifier_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_schema>{1,1}</kw_schema>
  <schema_name>{1,1}</schema_name>
  <kw_authorization>{1,1}</kw_authorization>
  <module_authorization_identifier>{1,1}</module_authorization_identifier>
  <for_static_only_and_dynamic>{0,1}</for_static_only_and_dynamic>
</schema_name_module_authorization_identifier_clause>
Source
<xs:element name="schema_name_module_authorization_identifier_clause">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_schema"/>
      <xs:element ref="schema_name"/>
      <xs:element ref="kw_authorization"/>
      <xs:element ref="module_authorization_identifier"/>
      <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>