DataType Complex Type
Applies to: desktop apps only
Defines a data item.
<xs:complexType name="DataType">
<xs:simpleContent>
<xs:extension
base="string"
>
<xs:attribute name="Name"
type="string"
use="optional"
/>
<xs:attribute name="Type"
type="QName"
use="optional"
/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
Attributes
| Name | Type | Description |
|---|---|---|
| Name | string |
The name of a data item that was defined in the template (see the TemplateItemType complex type). |
| Type | QName |
Not used. |
Remarks
The data item can be a top-level data item or a data item in a structure.
Requirements
|
Minimum supported client | Windows Vista |
|---|---|
|
Minimum supported server | Windows Server 2008 |
Send comments about this topic to Microsoft
Build date: 2/3/2012