<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' 
           xmlns:tns='http://www.w3.org/2004/02/representation'
           targetNamespace='http://www.w3.org/2004/02/representation' 
		   elementFormDefault='qualified' >

  <xs:element name='Representation' type='tns:Representation' />
  <xs:complexType name='Representation' >
	<xs:sequence>
	  <xs:element name='Data' type='xs:base64Binary' />
	  <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded' />
	</xs:sequence>
	<xs:attribute name='resource' type='xs:anyURI' use='required' />
	<xs:anyAttribute namespace='##other' />
  </xs:complexType>
</xs:schema>