<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by WBEM Solutions, Inc. SDKPro 3-->
<xs:schema xmlns:cim="http://schemas.dmtf.org/wbem/wscim/1/common" xmlns:class="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_RouteForwardedByService" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_RouteForwardedByService">
<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
<xs:element name="Antecedent" type="cim:cimReference"/>
<xs:element name="Dependent" type="cim:cimReference"/>
<xs:element name="AdminDistance" nillable="true" type="cim:cimUnsignedShort"/>
<xs:element name="PathMetric" nillable="true" type="cim:cimUnsignedShort"/>
<xs:element name="CIM_RouteForwardedByService" type="class:CIM_RouteForwardedByService_Type"/>
<xs:complexType name="CIM_RouteForwardedByService_Type">
<xs:sequence>
<xs:element minOccurs="0" ref="class:AdminDistance"/>
<xs:element ref="class:Antecedent"/>
<xs:element ref="class:Dependent"/>
<xs:element minOccurs="0" ref="class:PathMetric"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>
</xs:schema>

