Showing:

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