<allocate_descriptor_statement xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_allocate>{1,1}</kw_allocate> <kw_sql>{0,1}</kw_sql> <kw_descriptor>{1,1}</kw_descriptor> <descriptor_name>{1,1}</descriptor_name> <with_max_occurrences>{0,1}</with_max_occurrences> </allocate_descriptor_statement>
<xs:element name="allocate_descriptor_statement"> <xs:complexType> <xs:sequence> <xs:element ref="kw_allocate"/> <xs:element ref="kw_sql" minOccurs="0"/> <xs:element ref="kw_descriptor"/> <xs:element ref="descriptor_name"/> <xs:element name="with_max_occurrences" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="kw_with"/> <xs:element ref="kw_max"/> <xs:element ref="occurrences"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
<with_max_occurrences xmlns="http://www.sqlparser.com/xml/ansi2003"> <kw_with>{1,1}</kw_with> <kw_max>{1,1}</kw_max> <occurrences>{1,1}</occurrences> </with_max_occurrences>
<xs:element name="with_max_occurrences" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element ref="kw_with"/> <xs:element ref="kw_max"/> <xs:element ref="occurrences"/> </xs:sequence> </xs:complexType> </xs:element>