This topic has not yet been rated - Rate this topic

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

NameTypeDescription
Namestring

The name of a data item that was defined in the template (see the TemplateItemType complex type).

TypeQName

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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ