MINI MINI MANI MO
<!--
NAME
xsroleset.xsd
DESCRIPTION
Register XS Role SEt schema
MODIFIED MM/DD/YY
rbhatti 11/24/08 - Register as binary,fix minOccurs in UID,roleName
pthornto 09/18/06 - Initial version
-->
<schema targetNamespace="http://xmlns.oracle.com/xs"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:xdb="http://xmlns.oracle.com/xdb"
xmlns:xdbprin="http://xmlns.oracle.com/xs"
elementFormDefault="qualified" version="1.0">
<element name="roleSet" xdb:defaultTable="XS$ROLESETS">
<complexType>
<sequence>
<element name="roleName" type="string" minOccurs="0" maxOccurs="unbounded"/>
<element name="UID" type="integer" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="roleSetName" type="string" use="required"/>
</complexType>
</element>
</schema>
OHA YOOOO