Elements Element (ContentType)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Top-level element in an element manifest file that contains ContentType element declarations.

Definition

<Elements
  Id = "Text">
</Elements></code></pre></td>
</tr>
</tbody>
</table>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute

Description

**Id**

Optional **Text**. Specifies a unique identifier for the manifest file.

Child elements

ContentType

Parent elements

None

Remarks

For an example of how this element is used, see Content Type Definitions.

See also