<cast_specification xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_cast>{1,1}</kw_cast> <cast_operand>{1,1}</cast_operand> <kw_as>{1,1}</kw_as> <cast_target>{1,1}</cast_target> </cast_specification>
<xs:element name="cast_specification"> <xs:complexType> <xs:sequence> <xs:element ref="kw_cast"/> <xs:element ref="cast_operand"/> <xs:element ref="kw_as"/> <xs:element ref="cast_target"/> </xs:sequence> </xs:complexType> </xs:element>