---
title: "Create Element (DTA)"
ms.prod: sql
ms.prod_service: sql-tools
ms.technology: tools-other
ms.topic: conceptual
dev_langs:
- "XML"
helpviewer_keywords:
- "Create element (DTA)"
ms.assetid: 9d076c90-f933-45f4-b6d9-447793f6528b
author: markingmyname
ms.author: maghan
ms.manager: jroth
ms.reviewer: ""
ms.custom: seo-lt-2019
ms.date: 03/01/2017
---
# Create Element (DTA)
[!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)]
Contains information about the indexes, statistics, or heap structures in a user-specified configuration.
## Syntax
```
...code removed here...
```
## Element Characteristics
|Characteristic|Description|
|--------------------|-----------------|
|**Data type and length**|None.|
|**Default value**|None.|
|**Occurrence**|Required once for each physical design structure type (indexes, statistics, or heap structures).|
## Element Relationships
|Relationship|Elements|
|------------------|--------------|
|**Parent element**|[Recommendation Element (DTA)](../../tools/dta/recommendation-element-dta.md)|
|**Child elements**|[Index Element (DTA)](../../tools/dta/index-element-dta.md)
**Statistics** Element (see [Database Engine Tuning Advisor XML schema](https://schemas.microsoft.com/sqlserver/) for information)
**Heap** Element (see [Database Engine Tuning Advisor XML schema](https://schemas.microsoft.com/sqlserver/) for information)|
## Remarks
This element is of the **CreateTypecomplexType** name in the Database Engine Tuning Advisor XML schema. It is used to create indexes, statistics, and heap structures for a user-specified configuration. Do not confuse this **Create** element with the other types that can be used to create views (**CreateViewType**) or partitioning (**CreatePType**). Refer to the [Database Engine Tuning Advisor XML schema](https://schemas.microsoft.com/sqlserver/) for information about these other **Create** element types.
## Example
For a usage example of this element, see the [XML Input File Sample with User-specified Configuration (DTA)](../../tools/dta/xml-input-file-sample-with-user-specified-configuration-dta.md).
## See Also
[XML Input File Reference (Database Engine Tuning Advisor)](../../tools/dta/xml-input-file-reference-database-engine-tuning-advisor.md)