<?xml version="1.0" encoding="UTF-8"?>
<!--Generated by WBEM Solutions, Inc. SDKPro 3.0.0-->
<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_SCSIInitiatorTargetLogicalUnitPath" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_SCSIInitiatorTargetLogicalUnitPath">
<xs:import namespace="http://schemas.dmtf.org/wbem/wscim/1/common" schemaLocation="http://schemas.dmtf.org/wbem/wscim/1/common.xsd"/>
<xs:element name="OSDeviceName" nillable="true" type="cim:cimString"/>
<xs:element name="AdministrativeWeight" nillable="true" type="cim:cimUnsignedInt"/>
<xs:element name="AdministrativeOverride" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimUnsignedShort">
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="LogicalUnitNumber" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimUnsignedShort">
<xs:maxInclusive value="16383"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="Initiator" type="cim:cimReference"/>
<xs:element name="Target" type="cim:cimReference"/>
<xs:element name="LogicalUnit" type="cim:cimReference"/>
<xs:element name="State" nillable="true">
<xs:complexType>
<xs:simpleContent>
<xs:restriction base="cim:cimUnsignedInt">
<xs:enumeration value="0"/>
<xs:enumeration value="2"/>
<xs:enumeration value="3"/>
<xs:enumeration value="4"/>
<xs:enumeration value="5"/>
<xs:enumeration value="6"/>
<xs:enumeration value="7"/>
<xs:enumeration value="8"/>
<xs:enumeration value="9"/>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:restriction>
</xs:simpleContent>
</xs:complexType>
</xs:element>
<xs:element name="CIM_SCSIInitiatorTargetLogicalUnitPath" type="class:CIM_SCSIInitiatorTargetLogicalUnitPath_Type"/>
<xs:complexType name="CIM_SCSIInitiatorTargetLogicalUnitPath_Type">
<xs:sequence>
<xs:element minOccurs="0" ref="class:AdministrativeOverride"/>
<xs:element minOccurs="0" ref="class:AdministrativeWeight"/>
<xs:element ref="class:Initiator"/>
<xs:element ref="class:LogicalUnit"/>
<xs:element minOccurs="0" ref="class:LogicalUnitNumber"/>
<xs:element minOccurs="0" ref="class:OSDeviceName"/>
<xs:element minOccurs="0" ref="class:State"/>
<xs:element ref="class:Target"/>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="lax"/>
</xs:complexType>
</xs:schema>

