Showing:

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