MINI MINI MANI MO
<?xml version="1.0"?>
<!--
Copyright (c) 2007, Oracle. All rights reserved.
NAME
kusquet.xsd
DESCRIPTION
XML Schema types for AQ_QUEUE SXML.
MODIFIED MM/DD/YY
lbarton 12/19/07 - Bug 6655531: customer area
lbarton 11/15/06 - diff support
htseng 09/28/05 - Initial version
-->
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ku="http://xmlns.oracle.com/ku" targetNamespace="http://xmlns.oracle.com/ku" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:include schemaLocation="kuscomm.xsd"/>
<xsd:complexType name="AQ_QUEUEType">
<xsd:sequence>
<xsd:group ref="ku:SCHEMA_NAMEGroup"/>
<xsd:element name="QUEUE_TABLE" type="ku:SCHEMA_NAMEType"/>
<xsd:element name="EXCEPTION_QUEUE" type="ku:EmptyType" minOccurs="0"/>
<xsd:element name="MAX_RETRIES" type="ku:intElementWithValue1" minOccurs="0"/>
<xsd:element name="RETRY_DELAY" type="ku:intElementWithValue1" minOccurs="0"/>
<xsd:element name="RETENTION" type="ku:intElementWithValue1" minOccurs="0"/>
<xsd:element name="DEPENDENCY_TRACKING" type="ku:EmptyType" minOccurs="0"/>
<xsd:element name="COMMENT" type="ku:char4000ElementWithValue1" minOccurs="0"/>
<xsd:element name="CUSTOMER_AREA" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="version" type="ku:vsn" use="required"/>
<xsd:attribute name="version2" type="ku:vsn"/>
<!-- *************************************************************************
complexType for AQ_QUQUE
SCHEMA NAME
QUEUE_TABLE
[ EXCEPTION_QUEUE ]
[ MAX_RETRIES ]
[ RETRY_DELAY ]
[ RETENTION ]
[ DEPENDENCY_TRACKING ] reserved for future use default is FALSE.
[ COMMENT ]
[ CUSTOMER_AREA ]
*************************************************************************** -->
</xsd:complexType>
</xsd:schema>
OHA YOOOO