Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
sign, year_month_or_day_time_literal |
Instance
|
<unquoted_interval_string xmlns="http://www.sqlparser.com/xml/ansi2003">
<sign>{0,1}</sign>
<year_month_or_day_time_literal>{1,1}</year_month_or_day_time_literal>
</unquoted_interval_string> |
|
Source
|
<xs:element name="unquoted_interval_string">
<xs:complexType>
<xs:sequence>
<xs:element ref="sign" minOccurs="0"/>
<xs:element name="year_month_or_day_time_literal">
<xs:complexType>
<xs:choice>
<xs:element ref="year_month_literal"/>
<xs:element ref="day_time_literal"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |
|