<sql_schema_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <sql_schema_definition_statement>{1,1}</sql_schema_definition_statement> <sql_schema_manipulation_statement>{1,1}</sql_schema_manipulation_statement> </sql_schema_statement>
<xs:element name="sql_schema_statement"> <xs:complexType> <xs:choice> <xs:element ref="sql_schema_definition_statement"/> <xs:element ref="sql_schema_manipulation_statement"/> </xs:choice> </xs:complexType> </xs:element>