Valid children in a local group that depend on both Composition and Content Validation are shown in Content Validation properties for complex types.
Property | Type | Meaning |
---|---|---|
Composition | Enumerated type | The following only applies to the element
content of a complex type and has no effect on the attribute content of a
complex type. Select from:
|
Content Validation | Enumerated type | Content Validation controls
how the broker responds to undeclared content and specifies where the objects
that are included within the complex type are defined, if at all. It is used
in combination with the Composition property. Options:
See Combinations of Composition and Content Validation for further details of these options. |
Property | Type | Meaning |
---|---|---|
Min Occurs | Integer | Specify the minimum number of times that the object can repeat. The default
is 1. If the value is set to 0, then the object is optional. If a value is set, it must be less than or equal to the value in Max Occurs. |
Max Occurs | Integer | Specify
the maximum number of times that the object can repeat. The default is 1. If this property is not set, then the object can not occur more than once. It can also be set to -1 to indicate that the limit is unbounded and there is no maximum to the number of occurrences. |