<?xml version="1.0"?>
<!--

 Copyright (c) 2007, Oracle. All rights reserved.  

NAME
    kusseqt.xsd
DESCRIPTION
    XML Schema types for SEQUENCE 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="SEQUENCEType">
  <xsd:sequence>
   <xsd:element name="SCHEMA" type="ku:char30ElementWithValue1" minOccurs="0"/>
   <xsd:element name="NAME" type="ku:char30ElementWithValue1"/>
   <xsd:element name="START_WITH" type="ku:intElementWithValue1" minOccurs="0"/>
   <xsd:element name="INCREMENT" type="ku:intElementWithValue1" minOccurs="0"/>
   <xsd:element name="MINVALUE" type="ku:intElementWithValue1" minOccurs="0"/>
   <xsd:element name="MAXVALUE" type="ku:intElementWithValue1" minOccurs="0"/>
   <xsd:element name="CYCLE" type="ku:EmptyType" minOccurs="0"/>
   <xsd:element name="CACHE" type="ku:intElementWithValue1" minOccurs="0"/>
   <xsd:element name="ORDER" type="ku:EmptyType" 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 SEQUENCE
 [ SCHEMA ]
 NAME
 [ START_WITH ]
 [ INCREMENT ]
 [ MINVALUE ]
 [ MAXVALUE ]
 [ CYCLE ]
 [ CACHE ]
 [ ORDER ]
 [ CUSTOMER_AREA ]
************************************************************************** -->
 </xsd:complexType>
</xsd:schema>
