<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
xmlns:COMNot="urn:ericsson:com:netconf:notification:1.0"
targetNamespace="urn:ietf:params:xml:ns:netconf:base:1.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
xml:lang="en" version="1.0">
<xs:import namespace="urn:ericsson:com:netconf:notification:1.0"
schemaLocation="COMNotification.xsd" />
<xs:redefine schemaLocation="netconf-RFC4741.xsd">
<xs:annotation>
<xs:documentation xml:lang="en">
Slight redefinition of the filter type defined in RFC 4741,
to add the restrictions that apply to filters included in
create-subscription messages sent to COM.
</xs:documentation>
</xs:annotation>
<xs:complexType name="filterInlineType">
<xs:complexContent>
<xs:restriction base="filterInlineType">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="COMNot:event"/>
</xs:sequence>
</xs:restriction>
</xs:complexContent>
</xs:complexType>
</xs:redefine>
</xs:schema>