SupportedOnRange Complex Type

The SupportedOnRange complex type is a supported version range.

<xs:complexType name="SupportedOnRange">
    <xs:attribute name="ref"
        type="itemReference"
        use="required"
     />
    <xs:attribute name="minVersionIndex"
        type="unsignedInt"
        use="optional"
     />
    <xs:attribute name="maxVersionIndex"
        type="unsignedInt"
        use="optional"
     />
</xs:complexType>

Attributes

Name Type Description
maxVersionIndex unsignedInt
minVersionIndex unsignedInt
ref itemReference

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013