<?xml version="1.0" encoding="UTF-8"?>
<!--

    Schema defined in the MTOM Serialization Policy Assertion 1.1
    specification at
   
    http://www.w3.org/TR/soap12-mtom-policy

    $Id: soap12-mtom-policy.xsd,v 1.1 2007/09/18 13:17:10 ylafon Exp $

     Copyright (C)2007 W3C(R) (MIT, ERCIM, Keio), All Rights Reserved.
     W3C viability, trademark, document use and software licensing rules
     apply.
     http://www.w3.org/Consortium/Legal/

     This document is governed by the W3C Software License [1] as
     described in the FAQ [2].

     [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
     [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
-->


<xs:schema 
        targetNamespace="http://www.w3.org/2007/08/soap12-mtom-policy"
        xmlns:tns="http://www.w3.org/2007/08/soap12-mtom-policy"
        xmlns:wsp="http://www.w3.org/ns/ws-policy"
        xmlns:xs="http://www.w3.org/2001/XMLSchema"
        elementFormDefault="qualified"
        attributeFormDefault="unqualified" >

        <xs:import
                namespace="http://www.w3.org/ns/ws-policy"
                schemaLocation="http://www.w3.org/2007/02/ws-policy.xsd" />

        <xs:element 
                name="MTOM" 
                type="tns:MTOMType" />
 
        <xs:complexType name="MTOMType" >
                <xs:attribute ref="wsp:Optional" />
                <xs:anyAttribute namespace="##other" processContents="lax" />
        </xs:complexType>
</xs:schema>
