MINI MINI MANI MO
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2004, 2015, Oracle and/or its affiliates.
All rights reserved.-->
<xsd:schema xmlns="http://xmlns.oracle.com/ord/meta/xmp"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xdb="http://xmlns.oracle.com/xdb"
targetNamespace="http://xmlns.oracle.com/ord/meta/xmp"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xsd:annotation>
<xsd:documentation>
Change History
llmartin 11/05/2014 -- 18735854: XML Schema Annotations
rabbott 1/25/2005 -- Add more comments
rabbott 6/10/2004 -- Created
Introduction
This is the Oracle Multimedia schema for metadata embedded in XMP packets.
The schema provides for a single element from the RDF namespace.
As defined in the January 2004 version of the XMP specification,
this element should be an rdf:RDF element.
XMP is defined by Adobe Systems Incorporated. For more information
about XMP, see the XMP Specification at the Adobe website.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType name="xmpMetadataType" mixed="false" xdb:SQLType="XMP_METADATA_ORD_IMG_T">
<xsd:sequence>
<xsd:any namespace="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xdb:SQLType="CLOB"
xdb:SQLName="XMP_ANY_ORD_IMG"
processContents="skip" minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>
<xsd:element name="xmpMetadata" type="xmpMetadataType" xdb:SQLType="XMP_METADATA_ORD_IMG_T"/>
</xsd:schema>
OHA YOOOO