SupportedProducts Complex Type

The SupportedProducts complex type is a table of potentially supported products.

<xs:complexType name="SupportedProducts">
    <xs:sequence>
        <xs:element name="product"
            type="SupportedProduct"
            minOccurs="1"
            maxOccurs="unbounded"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
product SupportedProduct

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013