Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element relative_category
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_relative.tmp#kw_relative ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_relative_function_specification.tmp#relative_function_specification
Properties
content complex
Used by
Model
Children kw_relative, kw_with, relative_function_specification
Instance
<relative_category xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_relative>{1,1}</kw_relative>
  <kw_with>{1,1}</kw_with>
  <relative_function_specification>{1,1}</relative_function_specification>
</relative_category>
Source
<xs:element name="relative_category">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_relative"/>
      <xs:element ref="kw_with"/>
      <xs:element ref="relative_function_specification"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>