Cisco Cisco Security Manager 4.1 仕様ガイド

ページ / 217
 
 
 
  
 
Cisco Security Manager 4.4 API Specification (Version 1.1) 
 
OL- 29074-01 
Page  42
 
 
Figure 25: BasePolicyObject XML Schema   
 
<
xs:complexType
 name
="BasePolicyObject"
 
 
 
<
xs:complexContent
 
 
 
<
xs:extension
 base
="BaseObject"> 
 
 
 
 
<
xs:sequence
 minOccurs
="1"
 maxOccurs
="1"> 
 
 
 
 
 
<
xs:element
 name
="type"
 type
="xs:string"
 minOccurs
="1"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="comment"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="nodeGID"
 type
="ObjectIdentifier"
 minOccurs
="0"
 
maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="isProperty"
 type
="xs:boolean"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="subType"
 type
="xs:string"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="isGroup"
 type
="xs:boolean"
 minOccurs
="0"
 maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="refGIDs"
 type
="ObjectIdentifierList"
 minOccurs
="0"
 
maxOccurs
="1"/> 
 
 
 
 
 
<
xs:element
 name
="configState"
 type
="ConfigurationState"
 minOccurs
="0"
 
maxOccurs
="1"/> 
 
 
 
 
</
xs:sequence
 
 
 
</
xs:extension
 
 
</
xs:complexContent
 
</
xs:complexType