Share via


SupportedOnTable Complex Type

The SupportedOnTable complex type is a set of up to one each of products and definitions types

<xs:complexType name="SupportedOnTable">
    <xs:sequence>
        <xs:element name="products"
            type="SupportedProducts"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="definitions"
            type="SupportedOnDefinitions"
            minOccurs="0"
            maxOccurs="1"
         />
    </xs:sequence>
</xs:complexType>

Child elements

Element Type Description
definitions SupportedOnDefinitions
products SupportedProducts

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013