<xs:schema xmlns:xs="<http://www.w3.org/2001/XMLSchema>"
            xmlns="urn:ietf:params:xml:ns:netconf:notification:1.0"
            targetNamespace="urn:ietf:params:xml:ns:netconf:notification:1.0"
            elementFormDefault="qualified"
            attributeFormDefault="unqualified"
            xml:lang="en" version="1.0">


 <!-- get this from RFC 5277 -->
<xs:import namespace="urn:ietf:params:xml:ns:netmod:notification"
       schemaLocation="notificationmanagement.xsd"/>
 
 <!-- <create-subscription> operation -->
 
 <xs:redefine schemaLocation="RFC-5277_Notification.xsd">
      <xs:annotation>
         <xs:documentation>
            Redefinition of the createSubscriptionType type defined in notification RFC 5277,
            to add the restrictions that apply to filters included in
            create-subscription messages sent to COM.
         </xs:documentation>
      </xs:annotation>
      <xs:complexType name="createSubscriptionType">
        <xs:complexContent>
          <xs:restriction base="createSubscriptionType">
             <xs:sequence/>
          </xs:restriction>
        </xs:complexContent>
     </xs:complexType>
 </xs:redefine>

</xs:schema>