---
title: "What two files are typically (this is kept generally) included when developing a content type, and what is the   purpose of each?"  
description: "What two files are typically (this is kept generally) included when developing a content type, and what is the   purpose of each?"  
author: "Anonymous User"  
published: 2011-11-15  
updated: 2020-09-15  
canonical: https://www.mindstick.com/interview/1368/what-two-files-are-typically-this-is-kept-generally-included-when-developing-a-content-type-and-what-is-the-purpose-of-each  
category: "sharepoint"  
tags: ["sharepoint"]  
reading_time: 1 minute  

---

# What two files are typically (this is kept generally) included when developing a content type, and what is the   purpose of each?

There is generally the main content type file that holds things like the content type ID, name, group, description, and version. There is also the ContentType.Fields file which contains the fields to include in the content type that has the ID, Type, Name, DisplayName, StaticName, Hidden, Required, and Sealed elements. They are related by the FieldRefs element in the main content type file.

## Answers

### Answer by Anonymous User

There is generally the main content type file that holds things like the content type ID, name, group, description, and version. There is also the ContentType.Fields file which contains the fields to include in the content type that has the ID, Type, Name, DisplayName, StaticName, Hidden, Required, and Sealed elements. They are related by the FieldRefs element in the main content type file.


---

Original Source: https://www.mindstick.com/interview/1368/what-two-files-are-typically-this-is-kept-generally-included-when-developing-a-content-type-and-what-is-the-purpose-of-each

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
