19-47
User Guide for Resource Manager Essentials 4.1
OL-11714-01
Chapter 19 CLI Utilities
CWCLI
<?xml version = "1.0" encoding = "UTF-8"?>
<!--Generated by XML Authority. Conforms to w3c http://www.w3.org/2000/10/XMLSchema-->
<xsd:schema xmlns:xsd = "http://www.w3.org/2000/10/XMLSchema">
<xsd:element name = "changeRecord">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref = "groupId"/>
<xsd:element ref = "category"/>
<xsd:element ref = "host"/>
<xsd:element ref = "user"/>
<xsd:element ref = "device"/>
<xsd:element ref = "connectionMode"/>
<xsd:element ref = "timestamp"/>
<xsd:element ref = "description"/>
</xsd:sequence>
<xsd:attribute name = "id" use = "required" type = "xsd:integer"/>
</xsd:complexType>
</xsd:element>
<xsd:element name = "groupId" type = "xsd:string"/>
<xsd:element name = "category" type = "xsd:string"/>
<xsd:element name = "application" type = "xsd:string"/>
<xsd:element name = "host" type = "xsd:string"/>
<xsd:element name = "user" type = "xsd:string"/>
<xsd:element name = "device" type = "xsd:string"/>
<xsd:element name = "connectionMode" type = "xsd:string"/>
<xsd:element name = "timestamp" type = "xsd:string"/>
<xsd:element name = "description">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref = "summary"/>
<xsd:element ref = "details"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name = "summary" type = "xsd:string"/>
<xsd:element name = "details">
<xsd:complexType/>
</xsd:element>
<xsd:element name = "changeRecordSet">
<xsd:complexType>
<xsd:sequence>
<xsd:element ref = "changeRecord" maxOccurs = "unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>