MaxOccurs simple type [SDM]
| SDM Reference |
MaxOccurs Simple Type
Defines an upper bound on the number of instances associated with a member. The value must be zero or greater.
<xs:simpleType name="MaxOccurs">
<xs:union
memberValues="nonNegativeInteger"
>
<xs:simpleType>
<xs:restriction
base="NMTOKEN"
>
<xs:enumeration
value="unbounded"
/>
</xs:restriction>
</xs:simpleType>
-
Defines an upper bound on the number of instances associated with a member.
</xs:union>
</xs:simpleType>
- MaxOccurs
Enumeration
The following value is defined by the MaxOccurs simple type:
| Value | Description |
|---|---|
| unbounded | The value must be zero or greater. |
See Also
SystemDefinitionModel Schema Simple Types
| Last updated: November 2005 | What did you think of this topic? | Order a Platform SDK CD |
| © Microsoft Corporation. All rights reserved. Terms of use. |