<like_option xmlns="http://www.sqlparser.com/xml/ansi2003"> <identity_option>{1,1}</identity_option> <column_default_option>{1,1}</column_default_option> <generation_option>{1,1}</generation_option> </like_option>
<xs:element name="like_option"> <xs:complexType> <xs:choice> <xs:element ref="identity_option"/> <xs:element ref="column_default_option"/> <xs:element ref="generation_option"/> </xs:choice> </xs:complexType> </xs:element>