WiX Database XML Schema

Element: InstanceTransforms

Description

Use this element to contain definitions for instance transforms.

Derived By

Restricting anyType

Attributes

Name  Type  Required?  Default  Description 
Property  string  Yes    The Id of the Property who's value should change for each instance.

Content Model

Contains elements as defined in the following table.

Component  Type  Occurs  Description 
    0..*   
Instance  anyType (restriction)  1..1  Defines an instance transform for your product.

Definition

<xs:element name="InstanceTransforms">
<xs:annotation>
<xs:documentation>
Use this element to contain definitions for instance transforms.
</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="Instance" />
</xs:choice>
<xs:attribute name="Property" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The Id of the Property who's value should change for each instance.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>