﻿<?xml version="1.0" encoding="utf-8"?>
<Elements xmlns="http://schemas.microsoft.com/sharepoint/">
	<Field ID="{b60d7dac-e8df-4e9f-9c7f-b744f7728cd3}"              
		Name="ProjectNumber"              
		Group="My Projects Site Columns"              
		Type="Text"              
		DisplayName="Project Number"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectNumber"              
		Description="Enter project number(Ex - SAP #, IT PIE Project #)."              
		MaxLength="50"
		DisplaySize="50" 
		Sortable="TRUE" 
		Required="TRUE"              
		AllowDeletion="FALSE">
		<Default></Default>
	</Field>
	<Field ID="{4ca657a3-e843-444b-b7f1-56c47d540fc9}"              
		Name="ProjectDescripton"              
		Group="My Projects Site Columns"              
		Type="Note"              
		DisplayName="Project Descripton"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectDescripton"              
		Description="Enter a brief description of the project."              
		RichText="TRUE"
		RichTextMode ="FullHTML"
		NumLines="6"
		Sortable="FALSE"
		Sealed="TRUE"              
		Required="TRUE"              
		AllowDeletion="FALSE">
		<Default></Default>
	</Field>
	<Field ID="{fb04e565-49e9-4a54-b0d6-83bb2c0eafcb}"              
		Name="ProjectRole"              
		Group="My Projects Site Columns"              
		Type="Choice"              
		DisplayName="Project Role"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectRole"              
		Description="Select your main role in the project."  
		Sortable="TRUE" 
		Sealed="TRUE"              
		Required="TRUE"              
		AllowDeletion="FALSE"              
		FillInChoice="FALSE">
		<CHOICES>
			<CHOICE>Sponsor</CHOICE>
			<CHOICE>Owner</CHOICE>
			<CHOICE>Project Manager</CHOICE>
			<CHOICE>Team Member</CHOICE>
			<CHOICE>Team Lead</CHOICE>
			<CHOICE>Subject Matter Expert</CHOICE>
			<CHOICE>IT Partner</CHOICE>
			<CHOICE>Consultant</CHOICE>
		</CHOICES>
		<Default></Default>
	</Field>
	<Field ID="{84652802-5863-4d42-8018-5554f69a58fd}"              
		Name="ProjectStatus"              
		Group="My Projects Site Columns"              
		Type="Choice"              
		DisplayName="Project Status"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectStatus"              
		Description="Select the project status."     
		Sortable="TRUE" 
		Sealed="TRUE"              
		Required="TRUE"              
		AllowDeletion="FALSE"              
		FillInChoice="FALSE">
		<CHOICES>
			<CHOICE>Pending</CHOICE>
			<CHOICE>Active</CHOICE>
			<CHOICE>Complete</CHOICE>
		</CHOICES>
		<Default></Default>
	</Field>
	<Field ID="{05084a28-be56-4ff6-9af6-d4601fa8f7e6}"              
		Name="ProjectComplete"              
		Group="My Projects Site Columns"              
		Type="DateTime"              
		DisplayName="Project Completion Date"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectComplete"              
		Description=""
		Sortable="TRUE" 
		Sealed="TRUE"              
		Required="FALSE"
		StorageTZ="UTC"
		AllowDeletion="FALSE"              
		FillInChoice="FALSE">
		<Default></Default>
	</Field>
	<Field ID="{8da26d97-b873-4a8c-87fa-5cb093576b7f}"              
		Name="ProjectLink"              
		Group="My Projects Site Columns"              
		Type="URL"              
		DisplayName="Project Link"              
		SourceID="http://schemas.microsoft.com/sharepoint/v3/fields"              
		StaticName="ProjectLink"              
		Description="Enter the link to an existing SharePoint site or network file share."              
		Sealed="TRUE"              
		Required="TRUE"              
		AllowDeletion="FALSE">
		<Default></Default>
	</Field>
</Elements>
