F Oracle Multimedia Metadata XML Schemas

The metadata methods of the ORDImage object type use XML schemas loaded through the files described here. When Oracle Multimedia is installed, these schemas are registered as global XML schemas in Oracle Database with Oracle XML DB.

XML schemas define the content models for EXIF, IPTC-IIM, and XMP metadata retrieved from images, and are used for writing metadata to images. An XML schema also defines the content model for the object attributes of ORDImage.

Table F-1 lists the metadata XML schemas by .xsd file name, and includes a brief description and the namespace for each schema.

Table F-1 Metadata XML Schemas

Schema Name Description Namespace

ordexif.xsd

Defines the content model for EXIF metadata retrieved from images.

http://xmlns.oracle.com/ord/meta/exif

ordiptc.xsd

Defines the content model for IPTC-IIM metadata retrieved from images.

http://xmlns.oracle.com/ord/meta/iptc

ordimage.xsd

Defines the content model for the object attributes of ORDImage.

http://xmlns.oracle.com/ord/meta/ordimage

ordxmp.xsd

Defines the content model for XMP metadata retrieved from images. It also defines the content model for writing metadata to images.

http://xmlns.oracle.com/ord/meta/xmp

The latest versions of these schemas are available as files located in the ord/xml/xsd directory under <ORACLE_HOME>. To locate and examine the schemas, query the dictionary view ALL_XML_SCHEMAS. For additional information, read the documentation embedded within each schema file.

See Also: