<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2004, 2005 Oracle.  All rights reserved. -->
<xsd:schema xmlns="http://xmlns.oracle.com/ord/meta/ordimage" 
     targetNamespace="http://xmlns.oracle.com/ord/meta/ordimage" 
     xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
     elementFormDefault="qualified" attributeFormDefault="unqualified">

  <xsd:annotation>
    <xsd:documentation>
      Change History
        rabbott    2/10/2005      -- Add more comments
        rabbott    6/10/2004      -- Created

      Introduction
        Oracle Multimedia schema for ORDSYS.ORDImage attributes
        Elements are optional and can appear in any order.
    </xsd:documentation>
  </xsd:annotation>

  <xsd:complexType name="ordImageAttributesType">
    <xsd:all minOccurs="0">
      <xsd:element name="height" type="xsd:positiveInteger" minOccurs="0"/>
      <xsd:element name="width" type="xsd:positiveInteger" minOccurs="0"/>
      <xsd:element name="contentLength" type="xsd:positiveInteger" minOccurs="0"/>
      <xsd:element name="fileFormat" type="xsd:string" minOccurs="0"/>
      <xsd:element name="contentFormat" type="xsd:string" minOccurs="0"/>
      <xsd:element name="compressionFormat" type="xsd:string" minOccurs="0"/>
      <xsd:element name="mimeType" type="xsd:string" minOccurs="0"/>
    </xsd:all>
  </xsd:complexType>

  <xsd:element name="ordImageAttributes" type="ordImageAttributesType"/>
</xsd:schema>
