2.2.3.21 ResourceCreated

The element wxf:ResourceCreated is defined in [WXFR] section 4.1.

  
 wxf:ResourceCreated/wsa:EndpointReference

As a profile of [WXFR], the element wxf:ResourceCreated MUST include element wsa:EndpointReference. The element wsa:EndpointReference is defined in [WSAddressing] section 2.

  
 wxf:ResourceCreated/wsa:EndpointReference/wsa:ReferenceProperties

As a profile of [WSAddressing], the element wsa:EndpointReference MUST include element wsa:ReferenceProperties. The element wsa:ReferenceProperties is defined in [WSAddressing] section 2.1.

  
 wxf:ResourceCreated/wsa:EndpointReference/wsa:ReferenceProperties/rm:ResourceReferenceProperty

As a profile of [WSAddressing], the element wsa:ReferenceProperties MUST include element rm:ResourceReferenceProperty. The element rm: ResourceReferenceProperty is defined in section 2.2.3.22.

  
 <?xml version="1.0" encoding="utf-8"?>
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="http://schemas.xmlsoap.org/ws/2004/08/addressing">
   <xs:element name="ReferenceProperties">
     <xs:complexType>
       <xs:sequence>
         <xs:element ref="rm:ResourceReferenceProperty" minOccurs="1" maxOccurs="1"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
 </xs:schema>