MINI MINI MANI MO
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<!-- Include the xsd for the base report type -->
<xs:include schemaLocation="file://rdbms/xml/orarep/report.xsd"/>
<!-- Extend the report type for the replay report -->
<xs:element name="report">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportType">
<xs:sequence>
<xs:element ref="header"/>
<xs:element ref="summary"/>
<xs:element ref="body"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
<!-- Define the header -->
<xs:element name="header">
<!-- xs:any minOccurs="0"/ -->
<xs:complexType/>
</xs:element>
<!-- Define the summary -->
<xs:element name="summary">
<!-- xs:any minOccurs="0"/ -->
<xs:complexType/>
</xs:element>
<!-- Define the body -->
<xs:element name="body">
<!-- xs:any minOccurs="0"/ -->
<xs:complexType/>
</xs:element>
</xs:schema>
OHA YOOOO