http://www.ibm.com/schema/twss/spm/admin/type/v2_0/local
The type Element

Policy type definition.


Element getPolicyTypeResponse/type : PolicyType  [1 .. 1]
The type element cannot have "xsi:nil" as an attribute. The type element in XML instance can be substituted with other elements.
 CollapseClick here to hide comment XML Instance

Policy type definition.

<type>
-Begin Sequence [1...1]

Name of a policy type.

<typeName>admin_common:TypeName</typeName> [1..1]

If the policy type is editable (true) or not (false). If a policy attribute is marked as not editable, then the policy value cannot be changed once the policy is first created.

<editable>xsd:boolean</editable> [0..1]

Edit constraints for the policy type. The constraints are specified as a regular expression that follows the Java 1.4 regexp format. It used to validate the input for an attribute's corresponding policy value. An edit mask is required when creating a policy type.

<editMask>xsd:string</editMask> [0..1]

Marker flag that indicates that this values of this type will contain encrypted content. This is a flag to the application or system using the service policy manager that the contents need to be decrypted or interpreted accordingly before being used. Assumed to be false on create if not supplied.

<encrypted>xsd:boolean</encrypted> [0..1]

Policy type description.

<description>admin_common:Description</description> [0..1]
End Sequence
</type>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="type"  type="admin_common:PolicyType">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Policy type definition.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>

 Collapse Uses
 Collapse Type (1)
 
 Collapse Used-By
 
Generated by WSDLdoc ©