WiX Database XML Schema

Element: IgnoreRange

Description

Specifies part of a file that is to be ignored during patching.

Derived By

Restricting anyType

Attributes

Name  Type  Required?  Default  Description 
Offset  int  Yes    Offset of the start of the range.
Length  int  Yes    Length of the range.

Content Model

Always empty.

Definition

<xs:element name="IgnoreRange">
<xs:annotation>
<xs:documentation>Specifies part of a file that is to be ignored during patching.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="Offset" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Offset of the start of the range.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Length" type="xs:int" use="required">
<xs:annotation>
<xs:documentation>Length of the range.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>