Showing:

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