<delimited_identifier_part xmlns="http://www.sqlparser.com/xml/ansi2003"> <nondoublequote_character>{1,1}</nondoublequote_character> <doublequote_symbol>{1,1}</doublequote_symbol> </delimited_identifier_part>
<xs:element name="delimited_identifier_part"> <xs:complexType> <xs:choice> <xs:element name="nondoublequote_character"/> <xs:element name="doublequote_symbol"/> </xs:choice> </xs:complexType> </xs:element>
<xs:element name="nondoublequote_character"/>
<xs:element name="doublequote_symbol"/>