Showing:

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