Home >
Online Product Documentation >
Table of Contents >
Group Properties in XML Schemas
Group Properties in XML Schemas
A group contains references to elements. Groups have the properties described in
Table 45:
Property
|
Description
|
Type
|
The type is always
Group .
|
Name
|
The name you specified for the group.
|
Min Occur.
|
Specifies the minimum number of instances of this group that can appear in a complexType that references this group. If a group is not required to be present, specify
0 .
|
Max Occur.
|
Specifies the maximum number of instances of this group that can appear in a complexType that references this group. If there is no limit to the number of instances, specify
unbounded .
|
Table 45. Group Properties