MINI MINI MANI MO

Path : /opt/oracle/product/18c/dbhomeXE/rdbms/xml/schema/
File Upload :
Current File : //opt/oracle/product/18c/dbhomeXE/rdbms/xml/schema/xdblog.xsd

<schema
targetNamespace="http://xmlns.oracle.com/xdb/log"
     xmlns="http://www.w3.org/2001/XMLSchema"
     xmlns:xdb="http://xmlns.oracle.com/xdb"
     xmlns:xl="http://xmlns.oracle.com/xdb/log"
     version="1.0" elementFormDefault="qualified">

<complexType name="xdb-log-entry-type">
  <sequence>
    <!-- TODO: Need to change to enumerated types -->
    <!-- TEMP : change date to dateTime -->
    <element name="Date-and-Time" type="date"/>
    <element name="Module" type="string"/> <!-- XDBCORE, FTP or HTTP -->
    <element name="Description" type="string"/>
    <element name="User-ID" type="string"/> <!-- eg., SCOTT -->
    <element name="Type" type="string"/> <!-- ERROR, WARNING, INFO or DEBUG -->
  </sequence>
</complexType>

<element name="xdb-log">
<complexType>
  <sequence> 
    <element name="xdb-log-entry" type="xl:xdb-log-entry-type"
             maxOccurs="unbounded"/>
  </sequence>
</complexType>
</element>

</schema>

OHA YOOOO