ContentTypeRef Element (List)

Applies to: SharePoint Foundation 2010

Specifies a reference to a content type to associate with lists that are created through the list definition.

<ContentTypeRef
  ID = "Text">
</ContentTypeRef>

Attributes

Attribute

Description

ID

Required Text. Specifies the ID of the content type. For information on the format of content type IDs, see Content Type IDs.

Child Elements

Folder

Parent Elements

ContentTypes

Occurrences

Minimum: 0

Maximum: Unbounded

Example

The following example shows part of a definition for a list that uses three content types.

<ContentTypes>
  <ContentTypeRef ID="0x01010012841A8869DB425cB829C3875EC558CE01">
    <Folder TargetName="Forms/Document" />
  </ContentTypeRef>
  <ContentTypeRef ID="0x01010012841A8869DB425cB829C3875EC558CE02">
    <Folder TargetName="Forms/Document" />
  </ContentTypeRef>
  <ContentTypeRef ID="0x0120" />
</ContentTypes>