Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element with_or_without_time_zone
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_with_or_without_time_zone.tmp#with_or_without_time_zone_with_time_zone ansi2003_xsd_Element_with_or_without_time_zone.tmp#with_or_without_time_zone_without_time_zone
Properties
content complex
Used by
Model
Children with_time_zone, without_time_zone
Instance
<with_or_without_time_zone xmlns="http://www.sqlparser.com/xml/ansi2003">
  <with_time_zone>{1,1}</with_time_zone>
  <without_time_zone>{1,1}</without_time_zone>
</with_or_without_time_zone>
Source
<xs:element name="with_or_without_time_zone">
  <xs:complexType>
    <xs:choice>
      <xs:element name="with_time_zone">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_with"/>
            <xs:element ref="kw_time"/>
            <xs:element ref="kw_zone"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
      <xs:element name="without_time_zone">
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="kw_without"/>
            <xs:element ref="kw_time"/>
            <xs:element ref="kw_zone"/>
          </xs:sequence>
        </xs:complexType>
      </xs:element>
    </xs:choice>
  </xs:complexType>
</xs:element>
Element with_or_without_time_zone / with_time_zone
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_with.tmp#kw_with ansi2003_xsd_Element_kw_time.tmp#kw_time ansi2003_xsd_Element_kw_zone.tmp#kw_zone
Properties
content complex
Model
Children kw_time, kw_with, kw_zone
Instance
<with_time_zone xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_with>{1,1}</kw_with>
  <kw_time>{1,1}</kw_time>
  <kw_zone>{1,1}</kw_zone>
</with_time_zone>
Source
<xs:element name="with_time_zone">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_with"/>
      <xs:element ref="kw_time"/>
      <xs:element ref="kw_zone"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>
Element with_or_without_time_zone / without_time_zone
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_without.tmp#kw_without ansi2003_xsd_Element_kw_time.tmp#kw_time ansi2003_xsd_Element_kw_zone.tmp#kw_zone
Properties
content complex
Model
Children kw_time, kw_without, kw_zone
Instance
<without_time_zone xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_without>{1,1}</kw_without>
  <kw_time>{1,1}</kw_time>
  <kw_zone>{1,1}</kw_zone>
</without_time_zone>
Source
<xs:element name="without_time_zone">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="kw_without"/>
      <xs:element ref="kw_time"/>
      <xs:element ref="kw_zone"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>