Showing:

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