Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element embedded_authorization_declaration
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_declare.tmp#kw_declare ansi2003_xsd_Element_embedded_authorization_clause.tmp#embedded_authorization_clause
Properties
content complex
Used by
Model
Children embedded_authorization_clause, kw_declare
Instance
<embedded_authorization_declaration xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_declare>{1,1}</kw_declare>
  <embedded_authorization_clause>{1,1}</embedded_authorization_clause>
</embedded_authorization_declaration>
Source
<xs:element name="embedded_authorization_declaration">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_declare"/>
      <xs:element ref="embedded_authorization_clause"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>