ComplexDataType Complex Type
- Article
-
-
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
Element |
Type |
Description |
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
Name |
Type |
Description |
Name |
string |
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).
|
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
Requirement |
Value |
Minimum supported client
|
Windows Vista [desktop apps only]
|
Minimum supported server
|
Windows Server 2008 [desktop apps only]
|