Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
|
Used by
|
|
Model
|
|
Children |
introducer_character_set_specification, quoted_character_representation |
Instance
|
<character_string_literal xmlns="http://www.sqlparser.com/xml/ansi2003">
<introducer_character_set_specification>{0,1}</introducer_character_set_specification>
<quoted_character_representation>{1,unbounded}</quoted_character_representation>
</character_string_literal> |
|
Source
|
<xs:element name="character_string_literal">
<xs:complexType>
<xs:sequence>
<xs:element name="introducer_character_set_specification" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:sequence>
<xs:element ref="introducer"/>
<xs:element ref="character_set_specification"/>
</xs:sequence>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="quoted_character_representation" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element ref="quote"/>
<xs:element ref="character_representation" minOccurs="0"/>
<xs:element ref="quote"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element> |
|