The data configuration file defines and identifies the data that is to be configured in the P6 application.
Schema File
DataConfiguration.xsd
Contents
Contains one DataConfiguration element which can contain one or more of the following elements:
Element | Type | Parents | Description |
---|---|---|---|
GlobalPreferences | GlobalPreferencesType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the GlobalPreference. |
UDFType | UDFTypeType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the UDFType. |
NotebookTopic | NotebookTopicType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the NotebookTopic. |
ProjectCodeType | ProjectCodeTypeType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the ProjectCodeType. |
ResourceCodeType | ResourceCodeTypeType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the ResourceCodeType. |
ActivityCodeType | ActivityCodeTypeType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the ActivityCodeType. |
EPS | EPSType | DataConfiguration | Zero to many elements containing child elements that describe the structure of the EPS. |
ActivityCodeTypeType Table
Element | Type | Parents | Description |
---|---|---|---|
EPSObjectId | int | ActivityCodeType | The element that describes the unique identifier for the EPS. |
Length | int | ActivityCodeType | The maximum number of characters allowed for values of this activity code. |
Name | string | ActivityCodeType | The name of the Activity Code. |
ProjectObjectId | int | ActivityCodeType | The element that describes the unique identifier for the project. |
Scope | String | ActivityCodeType | The scope of the code type: Global, EPS, or Project. An activity code with Global scope can be assigned to any activity. An activity code with EPS scope can be assigned only to an activity within a project under that particular EPS. Similarly, an activity code with Project scope can be assigned only to an activity within that particular project. |
GlobalPreferencesType Table
Element | Type | Parents | Description |
---|---|---|---|
MaxActivityCodeTreeLevels | int | GlobalPreferences | The maximum number of levels that can be created in activity code hierarchies in the Project Management application. |
MaxActivityCodesPerProject | int | GlobalPreferences | The maximum number of project-level activity user codes that can be created per project. |
MaxActivityIdLength | int | GlobalPreferences | The maximum number of characters allowed for activity IDs. |
MaxBaselinesPerProject | int | GlobalPreferences | The element that describes the maximum number of baselines that can be created per project. |
MaxCostAccountLength | int | GlobalPreferences | The maximum number of characters allowed for cost account IDs (at each level in the cost account tree). |
MaxCostAccountTreeLevels | int | GlobalPreferences | The maximum number of levels that can be created in the cost account hierarchy in the Project Management application. |
MaxOBSTreeLevels | int | GlobalPreferences | The element that describes the maximum number of levels that can be created in OBS hierarchies in the Project Management application. |
MaxProjectCodeTreeLevels | int | GlobalPreferences | The maximum number of levels in the project category hierarchy in the Project Management application. |
MaxProjectIdLength | int | GlobalPreferences | The element that describes the maximum number characters allowed for project IDs. |
MaxResourceCodeTreeLevels | int | GlobalPreferences | The maximum number of levels in the resource code hierarchy in the Project Management application. |
MaxResourceIdLength | int | GlobalPreferences | The maximum number of characters allowed for resource IDs (at each level in the resource tree). |
MaxResourceTreeLevels | int | GlobalPreferences | The maximum number of levels that can be created in the resource hierarchy. |
MaxRoleIdLength | int | GlobalPreferences | The maximum number characters allowed for role IDs. |
MaxRoleTreeLevels | int | GlobalPreferences | The maximum number of levels in the role hierarchy in the Project Management application. |
MaxWBSCodeLength | int | GlobalPreferences | The maximum number of characters allowed for WBS codes (at each level in the WBS tree). |
MaxWBSTreeLevels | int | GlobalPreferences | The maximum number of levels that can be created in WBS hierarchies. |
NotebookTopicType Table
Element | Type | Parents | Description |
---|---|---|---|
AvailableForActivity | boolean | NotebookTopic | The flag indicating that the topic will be available to assign to activities. |
AvailableForEPS | boolean | NotebookTopic | The flag indicating that the topic will be available to assign to EPS. |
AvailableForProject | boolean | NotebookTopic | The flag indicating that the topic will be available to assign to projects. |
AvailableForWBS | boolean | NotebookTopic | The flag indicating that the topic will be available to assign to WBS. |
Name | string | NotebookTopic | The name of the notebook topic. |
ProjectCodeTypeType Table
Element | Type | Parents | Description |
---|---|---|---|
Length | int | ProjectCodeType | The maximum number of characters allowed for values of this project code |
Name | string | ProjectCodeType | The name of the project code. |
ResourceCodeTypeType Table
Element | Type | Parents | Description |
---|---|---|---|
Length | int | ResourceCodeType | The maximum number of characters allowed for values of this resource code |
Name | string | ResourceCodeType | The name of the resource code. |
UDFTypeType Table
Element | Type | Parents | Description |
---|---|---|---|
DataType | string | UDFType | The data type of the user-defined field. |
SiubjectArea | string | UDFType | The subject area of the user-defined field. |
Title | string | UDFType | The name/title of the user-defined field. |
EPSType Table
Element | Type | Parents | Description |
---|---|---|---|
Id | string | EPS | The unique identifier for the EPS. |
Name | string | EPS | The name of the EPS. |