Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element embedded_authorization_clause
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_schema_name.tmp#schema_schema_name ansi2003_xsd_Element_embedded_authorization_clause.tmp#embedded_authorization_clause_authorization_embedded_identifier ansi2003_xsd_Element_embedded_authorization_clause.tmp#embedded_authorization_clause_schema_schema_name_authorization_embedded_identifier
Properties
content complex
Used by
Model
Children authorization_embedded_identifier, schema_schema_name, schema_schema_name_authorization_embedded_identifier
Instance
<embedded_authorization_clause xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_schema_name>{1,1}</schema_schema_name>
  <authorization_embedded_identifier>{1,1}</authorization_embedded_identifier>
  <schema_schema_name_authorization_embedded_identifier>{1,1}</schema_schema_name_authorization_embedded_identifier>
</embedded_authorization_clause>
Source
<xs:element name="embedded_authorization_clause">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="schema_schema_name"/>
      <xs:element name="authorization_embedded_identifier">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_authorization"/>
            <xs:element ref="embedded_authorization_identifier"/>
            <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="schema_schema_name_authorization_embedded_identifier">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="schema_schema_name"/>
            <xs:element ref="kw_authorization"/>
            <xs:element ref="embedded_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 embedded_authorization_clause / authorization_embedded_identifier
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_authorization.tmp#kw_authorization ansi2003_xsd_Element_embedded_authorization_identifier.tmp#embedded_authorization_identifier ansi2003_xsd_Element_for_static_only_and_dynamic.tmp#for_static_only_and_dynamic
Properties
content complex
Model
Children embedded_authorization_identifier, for_static_only_and_dynamic, kw_authorization
Instance
<authorization_embedded_identifier xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_authorization>{1,1}</kw_authorization>
  <embedded_authorization_identifier>{1,1}</embedded_authorization_identifier>
  <for_static_only_and_dynamic>{0,1}</for_static_only_and_dynamic>
</authorization_embedded_identifier>
Source
<xs:element name="authorization_embedded_identifier">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_authorization"/>
      <xs:element ref="embedded_authorization_identifier"/>
      <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element embedded_authorization_clause / schema_schema_name_authorization_embedded_identifier
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_schema_schema_name.tmp#schema_schema_name ansi2003_xsd_Element_kw_authorization.tmp#kw_authorization ansi2003_xsd_Element_embedded_authorization_identifier.tmp#embedded_authorization_identifier ansi2003_xsd_Element_for_static_only_and_dynamic.tmp#for_static_only_and_dynamic
Properties
content complex
Model
Children embedded_authorization_identifier, for_static_only_and_dynamic, kw_authorization, schema_schema_name
Instance
<schema_schema_name_authorization_embedded_identifier xmlns="http://www.sqlparser.com/xml/ansi2003">
  <schema_schema_name>{1,1}</schema_schema_name>
  <kw_authorization>{1,1}</kw_authorization>
  <embedded_authorization_identifier>{1,1}</embedded_authorization_identifier>
  <for_static_only_and_dynamic>{0,1}</for_static_only_and_dynamic>
</schema_schema_name_authorization_embedded_identifier>
Source
<xs:element name="schema_schema_name_authorization_embedded_identifier">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="schema_schema_name"/>
      <xs:element ref="kw_authorization"/>
      <xs:element ref="embedded_authorization_identifier"/>
      <xs:element ref="for_static_only_and_dynamic" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>