Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element view_specification
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_regular_view_specification.tmp#regular_view_specification ansi2003_xsd_Element_referenceable_view_specification.tmp#referenceable_view_specification
Properties
content complex
Used by
Element view_definition
Model
Children referenceable_view_specification, regular_view_specification
Instance
<view_specification xmlns="http://www.sqlparser.com/xml/ansi2003">
  <regular_view_specification>{1,1}</regular_view_specification>
  <referenceable_view_specification>{1,1}</referenceable_view_specification>
</view_specification>
Source
<xs:element name="view_specification">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="regular_view_specification"/>
      <xs:element ref="referenceable_view_specification"/>
    </xs:choice>
  </xs:complexType>
</xs:element>