Showing:

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