Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element start_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_interval_leading_field_precision.tmp#interval_leading_field_precision
Properties
content complex
Used by
Model
Children interval_leading_field_precision, non_second_primary_datetime_field
Instance
<start_field xmlns="http://www.sqlparser.com/xml/ansi2003">
  <non_second_primary_datetime_field>{1,1}</non_second_primary_datetime_field>
  <interval_leading_field_precision>{0,1}</interval_leading_field_precision>
</start_field>
Source
<xs:element name="start_field">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="non_second_primary_datetime_field"/>
      <xs:element ref="interval_leading_field_precision" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>