Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element derived_representation
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_ref.tmp#kw_ref ansi2003_xsd_Element_kw_from.tmp#kw_from ansi2003_xsd_Element_list_of_attributes.tmp#list_of_attributes
Properties
content complex
Used by
Model
Children kw_from, kw_ref, list_of_attributes
Instance
<derived_representation xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_ref>{1,1}</kw_ref>
  <kw_from>{1,1}</kw_from>
  <list_of_attributes>{1,1}</list_of_attributes>
</derived_representation>
Source
<xs:element name="derived_representation">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_ref"/>
      <xs:element ref="kw_from"/>
      <xs:element ref="list_of_attributes"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>