summaryrefslogtreecommitdiff
path: root/java/management/client/src/main/java/wsdl/WSDM-MUWS-Part1-1_1.xsd
blob: dd74c236814f9881c1cd8ddbceb86569cbd7a98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<xs:schema
    targetNamespace="http://docs.oasis-open.org/wsdm/muws1-2.xsd"	
    xmlns:muws1="http://docs.oasis-open.org/wsdm/muws1-2.xsd"
    xmlns:wsa="http://www.w3.org/2005/08/addressing"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    elementFormDefault="qualified" attributeFormDefault="unqualified">

    <xs:import namespace="http://www.w3.org/2005/08/addressing"
             schemaLocation="WS-Addressing-2005_08.xsd"/>


  <xs:element name="ResourceId" type="xs:anyURI"/>
  <xs:element name="ManageabilityCapability" type="xs:anyURI"/>


  <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="muws1:CorrelatablePropertiesType"/>

 
  <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="muws1: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="muws1:ComponentType"/>
      <xs:element name="ReporterComponent" type="muws1: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="muws1:ManagementEventType"/>

  <xs:element name="ManageabilityEndpointReference"
              type="wsa:EndpointReferenceType"/>


<!--   
                                       SCHEMA COPY Material
Copy and paste element references below into the schema of a resource properties document.
These references are provide to insure that the correct minOccurs/maxOccurs attributes are specified in a resource property document schema.

NOTE: You must import the MUWS Part 1 schema namespace (MUWS1).

        **    Identity Properties    **
          <xs:element ref="muws1:ResourceId"/>


        **    ManageabilityCharacteristics Properties    **
          <xs:element ref="muws1:ManageabilityCapability"
                      minOccurs="0" maxOccurs="unbounded"/>

        **    Correlatable Properties    **
          <xs:element ref="muws1:CorrelatableProperties"
                      minOccurs="0" maxOccurs="unbounded"/>

-->

</xs:schema>