DataType Complex Type
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
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |