This topic has not yet been rated - Rate this topic

ComplexDataType Complex Type

Applies to: desktop apps only

Defines a structure that contains one or more data items.

<xs:complexType name="ComplexDataType">
    <xs:sequence>
        <xs:element name="Data"
            type="DataType"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attribute name="Name"
        type="string"
        use="optional"
     />
</xs:complexType>

Child elements

ElementTypeDescription
Data DataType

The list of data items in the structure. The list of items are in the same order as defined in the template.

Attributes

NameTypeDescription
Namestring

The name of the structure. This is the name that is specified when you defined the structure in the template (see the TemplateItemType complex type).

Remarks

The EvtRender function renders the contents of a structure as a binary blob; the function does not render the individual data items of the 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