http://www.ibm.com/schema/twss/spm/admin/common/v2_0
The PolicyType Complex Type

Typing for policies. Policy types are used to validate the form factor of policy value contents. Types do not enforce any semantic meaning; meaning is interpreted by the service that uses the policies. Typing can be used as a general form of input validation.


Local elements (5)
typeName editable editMask encrypted description
Complex Type PolicyType
The PolicyType type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<...>
-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
</...>

 Collapse Attributes

Name Type Summary
No Attributes

 Collapse XML
-<xsd:complexType  name="PolicyType">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Typing for policies. Policy types are used to validate the form factor of policy value contents. Types do not enforce any semantic meaning; meaning is interpreted by the service that uses the policies. Typing can be used as a general form of input validation.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
-<xsd:sequence>
-<xsd:element  maxOccurs="1"  minOccurs="1"  name="typeName"  type="admin_common:TypeName">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Name of a policy type.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="editable"  type="xsd:boolean">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>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.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="editMask"  type="xsd:string">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
-<xhtml:p>
Edit constraints for the policy type. The constraints are specified as a regular expression that follows the
<xhtml:a  xhtml:href="http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html"> Java 1.4 regexp</xhtml:a>
format. It used to validate the input for an attribute's corresponding policy value. An edit mask is required when creating a policy type.
</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="encrypted"  type="xsd:boolean">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>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.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
-<xsd:element  maxOccurs="1"  minOccurs="0"  name="description"  type="admin_common:Description">
-<xsd:annotation>
-<xsd:documentation  xml:lang="en">
<xhtml:p>Policy type description.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>

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