<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by WBEM Solutions, Inc. SDKPro 2.0.0 (Beta)-->
<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_SwitchPortSpanningTree" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SwitchPortSpanningTree">
<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="Priority" nillable="true" type="cim:cimUnsignedByte"/>
<xs:element name="State" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimUnsignedShort">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Enable" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimUnsignedShort">
<xs:enumeration value="1"/>
<xs:enumeration value="2"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="PathCost" nillable="true" type="cim:cimUnsignedShort"/>
<xs:element name="DesignatedRoot" nillable="true" type="cim:cimString"/>
<xs:element name="DesignatedCost" nillable="true" type="cim:cimUnsignedShort"/>
<xs:element name="DesignatedBridge" nillable="true" type="cim:cimString"/>
<xs:element name="DesignatedPort" nillable="true" type="cim:cimUnsignedShort"/>
<xs:element name="CIM_SwitchPortSpanningTree" type="class:CIM_SwitchPortSpanningTree_Type"/>
<xs:complexType name="CIM_SwitchPortSpanningTree_Type">
<xs:sequence>
<xs:element ref="class:Antecedent"/>
<xs:element ref="class:Dependent"/>
<xs:element minOccurs="0" ref="class:DesignatedBridge"/>
<xs:element minOccurs="0" ref="class:DesignatedCost"/>
<xs:element minOccurs="0" ref="class:DesignatedPort"/>
<xs:element minOccurs="0" ref="class:DesignatedRoot"/>
<xs:element minOccurs="0" ref="class:Enable"/>
<xs:element minOccurs="0" ref="class:PathCost"/>
<xs:element minOccurs="0" ref="class:Priority"/>
<xs:element minOccurs="0" ref="class:State"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>
</xs:schema>

