---
title: "XML Source Custom Properties | Microsoft Docs"
ms.custom: ""
ms.date: "03/01/2017"
ms.prod: sql
ms.prod_service: "integration-services"
ms.reviewer: ""
ms.technology: integration-services
ms.topic: conceptual
ms.assetid: eb29b28c-3159-41ec-b3d7-fce5b2f2be55
author: chugugrace
ms.author: chugu
---
# XML Source Custom Properties
[!INCLUDE[ssis-appliesto](../../includes/ssis-appliesto-ssvrpluslinux-asdb-asdw-xxx.md)]
The XML source has both custom properties and the properties common to all data flow components.
The following table describes the custom properties of the XML source. All properties are read/write.
|Property name|Data Type|Description|
|-------------------|---------------|-----------------|
|AccessMode|Integer|The mode used to access the XML data.|
|UseInlineSchema|Boolean|A value that indicates whether to use an inline schema definition within the XML source. The default value of this property is **False**.|
|XMLData|String|The file or variables from which to retrieve the XML data.
The value of this property can be specified by using a property expression.|
|XMLSchemaDefinition|String|The path and file name of the schema definition file (.xsd).
The value of this property can be specified by using a property expression.|
The following table describes the custom properties of the output of the XML source. All properties are read/write.
|Property name|Data Type|Description|
|-------------------|---------------|-----------------|
|RowsetID|String|A value that identifies the rowset associated with the output.|
The output columns of the XML source have no custom properties.
For more information, see [XML Source](../../integration-services/data-flow/xml-source.md).
## See Also
[Common Properties](https://msdn.microsoft.com/library/51973502-5cc6-4125-9fce-e60fa1b7b796)