Share via


MaxOccurs Simple Type 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>
    </xs:union>
</xs:simpleType>

Enumeration Value

The MaxOccurs simple type defines the following value.

Value Description
unbounded

The value must be zero or greater.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007