Showing:

Diagrams
Instances
Model
Properties
Source
Used by
Element time_precision
Namespace http://www.sqlparser.com/xml/ansi2003
Diagram
Diagram ansi2003_xsd_Element_time_fractional_seconds_precision.tmp#time_fractional_seconds_precision
Properties
content complex
Used by
Model
Children time_fractional_seconds_precision
Instance
<time_precision xmlns="http://www.sqlparser.com/xml/ansi2003">
  <time_fractional_seconds_precision>{1,1}</time_fractional_seconds_precision>
</time_precision>
Source
<xs:element name="time_precision">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="time_fractional_seconds_precision"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>