Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element time_zone_field
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_kw_timezone_hour.tmp#kw_timezone_hour ansi2003_xsd_Element_kw_timezone_minute.tmp#kw_timezone_minute
Properties
content complex
Used by
Element extract_field
Model
Children kw_timezone_hour, kw_timezone_minute
Instance
<time_zone_field xmlns="http://www.sqlparser.com/xml/ansi2003">
  <kw_timezone_hour>{1,1}</kw_timezone_hour>
  <kw_timezone_minute>{1,1}</kw_timezone_minute>
</time_zone_field>
Source
<xs:element name="time_zone_field">
  <xs:complexType>
    <xs:choice>
      <xs:element ref="kw_timezone_hour"/>
      <xs:element ref="kw_timezone_minute"/>
    </xs:choice>
  </xs:complexType>
</xs:element>