Namespace |
http://www.sqlparser.com/xml/ansi2003 |
Diagram
|
|
Properties
|
content |
complex |
maxOccurs |
unbounded |
|
Model
|
|
Children |
character_representation, quote |
Instance
|
<quoted_character_representation xmlns="http://www.sqlparser.com/xml/ansi2003">
<quote>{1,1}</quote>
<character_representation>{0,1}</character_representation>
<quote>{1,1}</quote>
</quoted_character_representation> |
|
Source
|
<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> |
|