<%@ page language="C#" masterpagefile="~/templates/Documentation.master" inherits="Page" pagetitle="Aggregator Type Properties in XML Schemas" keywords="Aggregator Type Properties in XML Schemas"%>

Aggregator Type Properties in XML Schemas

After you create a simpleType node, you can add an aggregator node as its child. An aggregator node indicates that a single instance of an element of your new simpleType contains a sequence of atomic types. Aggregator types have the properties described in Table 81:

Property
Description
Type
Must be list or union.
AggregatorType
The type of the instances included in your new simpleType. If the value of Type is union, you can specify a space-separated list.
Table 81. Aggregator Type Properties