Showing:

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