Share via


MinOccurs simple type [SDM]

 
Platform SDK: System Definition Model Overview

MinOccurs Simple Type

Note: This documentation is preliminary and is subject to change.

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: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.