MINI MINI MANI MO
<?xml version="1.0"?>
<!--
Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
NAME
kusseqt.xsd
DESCRIPTION
XML Schema types for SEQUENCE SXML.
MODIFIED MM/DD/YY
bwright 04/23/15 - Bug 20771546: Scalable sequence
dvekaria 03/28/14 - Bug 18401399: Include SESSION and KEEP attributes for
SEQUENCES.
slynn 04/11/11 - Project 25215: Project enhancements.
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="KEEP" type="ku:EmptyType" minOccurs="0"/>
<xsd:element name="SCALE" type="ku:SEQUENCE_SCALETypeWithValue1" minOccurs="0"/>
<xsd:element name="SESSION" 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 ]
[ KEEP ]
[ SCALE ]
[ SESSION ]
[ CUSTOMER_AREA ]
************************************************************************** -->
</xsd:complexType>
<xsd:simpleType name="SEQUENCE_SCALEType">
<xsd:restriction base="xsd:string">
<xsd:enumeration value="NOSCALE"/>
<xsd:enumeration value="NOEXTEND"/>
<xsd:enumeration value="EXTEND"/>
</xsd:restriction>
</xsd:simpleType>
<xsd:complexType name="SEQUENCE_SCALETypeWithValue1">
<xsd:simpleContent>
<xsd:extension base="ku:SEQUENCE_SCALEType">
<xsd:attribute name="value1" type="ku:SEQUENCE_SCALEType"/>
<xsd:attribute name="src" type="ku:srcType"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:schema>
OHA YOOOO