Content Type Bindings
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Each element manifest file that specifies a content type binding must adhere to the Content Type Binding Definition schema.
Content type binding enables you to provision a content type on a list defined in the onet.xml schema. Lists defined in the onet.xml schema cannot be modified directly.
Following is a list of the elements in the Content Type Binding Definition schema.
Content Type Binding definition schema example
The following example specifies a content type to bind to the specified list type.
<elements xmlns="http://schemas.microsoft.com/sharepoint/">
<ContentTypeBinding
ContentTypeId="0x010100C5A8DB52D9D0A14D9B2FDCC96666E9F2"
ListUrl="_catalogs/masterpage"
/>
</elements>