Data sources
The topology files that are supplied with each example in the deployment toolkit contains a preconfigured <i2-data-source> element.
The <i2-data-sources> element contains a single <i2-data-source> element for the data source that the deployment connects to. For example:
<i2-data-sources>
    <i2-data-source default="false" id="infostore">
        <DataSource Version="0" Id="">
            <Name>Information Store</Name>
        </DataSource>
     </i2-data-source>
</i2-data-sources>Where:
| Attribute | Description | 
|---|---|
| id | A unique identifier that is used to distinguish this data source throughout the system. | 
| default | An optional attribute. The value must be false in this version of i2 Analyze. | 
Each <i2-data-source> contains a single <DataSource> element that has two standard attributes and two child elements.
| Attribute | Description | 
|---|---|
| Id | Reserved for future use. The value must be empty in this version of i2 Analyze. | 
| Version | Reserved for future use. The value must be 0 in this version of i2 Analyze. | 
| Element | Description | 
|---|---|
| Name | The name of this data source, which is presented to users. | 
