MaxOccurs Simple Type Simple Type

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 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: 10/2/2007