Share via


SupportedProduct Complex Type

The SupportedProduct complex type is a potentially supported product that can be referenced by a policy as being supported on.

<xs:complexType name="SupportedProduct">
    <xs:sequence>
        <xs:element name="majorVersion"
            type="SupportedMajorVersion"
            minOccurs="0"
            maxOccurs="unbounded"
         />
    </xs:sequence>
    <xs:attribute name="name"
        type="itemName"
        use="required"
     />
    <xs:attribute name="displayName"
        type="stringReference"
        use="required"
     />
</xs:complexType>

Child elements

Element Type Description
majorVersion SupportedMajorVersion

Attributes

Name Type Description
displayName stringReference
name itemName

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013