Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
quote, unquoted_date_string |
Instance
|
<date_string xmlns="http://www.sqlparser.com/xml/ansi2003">
<quote>{1,1}</quote>
<unquoted_date_string>{1,1}</unquoted_date_string>
<quote>{1,1}</quote>
</date_string> |
|
Source
|
<xs:element name="date_string">
<xs:complexType>
<xs:sequence>
<xs:element ref="quote"/>
<xs:element ref="unquoted_date_string"/>
<xs:element ref="quote"/>
</xs:sequence>
</xs:complexType>
</xs:element> |
|