Share via


MinOccurs Simple Type 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>

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007