MinOccurs simple type [SDM]
| SDM Reference |
MinOccurs Simple Type
Defines a non-negative lower bound on the number of instances associated with a member. If it is zero, then the member is optional.
<xs:simpleType name="MinOccurs">
<xs:restriction
base="nonNegativeInteger"
/>
</xs:simpleType>
- MinOccurs
-
Defines a non-negative lower bound on the number of instances associated with a member.
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. |