SupportedOnDefinition Complex Type

The SupportedOnDefinition complex type is a definition of complex supported product major or minor versions represented by a logical name and a displayName attribute. The displayName attribute must be a linguistic representation of the complex SupportedOnDefinition.

<xs:complexType name="SupportedOnDefinition">
    <xs:sequence>
        <xs:choice
            minOccurs="0"
            maxOccurs="1"
        >
            <xs:element name="or"
                type="SupportedOrCondition"
             />
            <xs:element name="and"
                type="SupportedAndCondition"
             />
        </xs:choice>
    </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
and SupportedAndCondition
or SupportedOrCondition

Attributes

Name Type Description
displayName stringReference
name itemName

 

 

Send comments about this topic to Microsoft

Build date: 10/15/2013