Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element grantee
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_public.tmp#kw_public ansi2003_xsd_Element_authorization_identifier.tmp#authorization_identifier
Properties
content complex
Used by
Model
Children authorization_identifier, kw_public
Instance
<grantee xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_public>{1,1}</kw_public>
  <authorization_identifier>{1,1}</authorization_identifier>
</grantee>
Source
<xs:element name="grantee">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_public"/>
      <xs:element ref="authorization_identifier"/>
    </xs:choice>
  </xs:complexType>
</xs:element>