Policy Schema Overview in SharePoint Server 2010 (ECM)

Applies to: SharePoint Server 2010

Each information management policy must adhere to the Policy Schema.

The Policy root element contains the information that identifies, and applies to, the entire policy. It also contains the PolicyItems element, which contains one PolicyItem element for each policy feature included in the policy. Each PolicyItem element can include a CustomData element. Microsoft SharePoint Server 2010 does not read or use data in this element; instead, the element stores settings information that is specific to, and used by, the policy feature.

To add a site policy to a site collection's policy collection, pass XML that conforms to the Policy Schema as an argument when calling the Add method of the PolicyCollection class.

Following is a list of the elements in the Policy Schema:

<Policy Element (Policy) - ECM>

   <Name Element (Policy) - ECM>

   <Description Element (Policy) - ECM>

   <Statement Element (Policy) - ECM >

   <PolicyItems Element (Policy) - ECM>

      <PolicyItem Element (PolicyItems) - ECM>

      <Name Element (PolicyItem) - ECM>

      <Description Element (PolicyItem) - ECM>

      <Statement Element (PolicyItem) - ECM>

      <CustomData Element (PolicyItem) - ECM>

See Also

Concepts

Managing Information Management Policy in SharePoint Server 2010 (ECM)

Policy Feature Overview in SharePoint Server 2010 (ECM)

Policy Feature Definition Schema Overview (ECM)

Policy Resource Definition Schema (ECM)