<xs:schema
targetNamespace="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd"
xmlns:muws-p1-xs="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part1.xsd"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified" attributeFormDefault="unqualified">
<xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing"
schemaLocation="http://schemas.xmlsoap.org/ws/2004/08/addressing"/>
<xs:element name="ResourceId" type="xs:anyURI"/>
<xs:complexType name="IdentityPropertiesType">
<xs:sequence>
<xs:element ref="muws-p1-xs:ResourceId"/>
</xs:sequence>
</xs:complexType>
<xs:element name="IdentityProperties"
type="muws-p1-xs:IdentityPropertiesType"/>
<xs:element name="ManageabilityCapability" type="xs:anyURI"/>
<xs:complexType name="ManageabilityCharacteristicsPropertiesType">
<xs:sequence>
<xs:element ref="muws-p1-xs:ManageabilityCapability"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:element name="ManageabilityCharacteristicsProperties"
type="muws-p1-xs:ManageabilityCharacteristicsPropertiesType"/>
<xs:complexType name="CorrelatablePropertiesType">
<xs:sequence>
<xs:any minOccurs="0" maxOccurs="unbounded"
namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:attribute name="Dialect" type="xs:anyURI"/>
<xs:attribute name="NegativeAssertionPossible" type="xs:boolean"/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
<xs:element name="CorrelatableProperties"
type="muws-p1-xs:CorrelatablePropertiesType"/>
<xs:complexType name="CorrelatablePropertiesPropertiesType">
<xs:sequence>
<xs:element ref="muws-p1-xs:CorrelatableProperties"
minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:element name="CorrelatablePropertiesProperties"
type="muws-p1-xs:CorrelatablePropertiesPropertiesType"/>
<xs:complexType name="ComponentAddressType">
<xs:sequence>
<xs:any namespace="##any" processContents="lax"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ComponentType">
<xs:sequence>
<xs:element name="ResourceId" type="xs:anyURI"
minOccurs="0"/>
<xs:element name="ComponentAddress"
type="muws-p1-xs:ComponentAddressType"
minOccurs="0" maxOccurs="unbounded"/>
<xs:any minOccurs="0" maxOccurs="unbounded"
namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
<xs:complexType name="ManagementEventType">
<xs:sequence>
<xs:element name="EventId" type="xs:anyURI"/>
<xs:element name="SourceComponent" type="muws-p1-xs:ComponentType"/>
<xs:element name="ReporterComponent" type="muws-p1-xs:ComponentType"
minOccurs="0"/>
<xs:any minOccurs="0" maxOccurs="unbounded"
namespace="##other" processContents="lax"/>
</xs:sequence>
<xs:attribute name="ReportTime" type="xs:dateTime" use="optional"/>
<xs:anyAttribute namespace="##other"/>
</xs:complexType>
<xs:element name="ManagementEvent"
type="muws-p1-xs:ManagementEventType"/>
<xs:element name="ManageabilityEndpointReference"
type="wsa:EndpointReferenceType"/>
</xs:schema>
|