Share via


MaxOccurs simple type [SDM]

 
Platform SDK: System Definition Model Overview

MaxOccurs Simple Type

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

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