Showing:

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