Portal, Express Beta Version 6.1
Operating systems: i5/OS, Linux,Windows |
This sample defines the policy type for a portal resource type. Review this sample to see how the name/value pairs of policy attributes are set.
Do not edit this XML sample. Do not attempt to use this XML sample with the XML configuration interface. This XML sample is provided for reference only.
<?xml version="1.0" encoding="UTF-8"?> <request xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" type="update" xsi:noNamespaceSchemaLocation="PortalConfig_1.4.xsd"> <portal action="locate"> <!-- Update Resource Types for POLICY_ROOT in the release domain --> <resource-type action="update" domain="rel" name="POLICY_ROOT"> <inherits-from-type name="ICM_CONTENT" update="set" /> <inherits-from-type name="POLICY" update="set" /> <valid-virtual-parent name="ICM_CONTENT" update="set"/> <valid-virtual-parent name="ICM_CONTENT_REPOSITORY" update="set"/> </resource-type> <!-- Update Resource Types for POLICY in the release domain --> <resource-type action="update" domain="rel" name="POLICY"> <inherits-from-type name="ICM_CONTENT" update="set" /> <inherits-from-type name="POLICY" update="set" /> <valid-virtual-parent name="ICM_CONTENT" update="set"/> <valid-virtual-parent name="ICM_CONTENT_REPOSITORY" update="set"/> </resource-type> </portal> </request>Parent topic: Reference