aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/bal/BootstrapperApplicationPrerequisiteInformation.xsd
blob: 810ec0b02c68f5a898692a1f394159ba638d0ae7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<element name="BootstrapperApplicationPrerequisiteInformation" version="5">
    <annotation>
      <documentation>
        Adds license information for a prereq package, should only be used when unable to add the license attributes to the package directly.
      </documentation>
      <appinfo>
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Bundle" />
        <parent namespace="http://wixtoolset.org/schemas/v4/wxs" ref="Fragment" />
      </appinfo>
    </annotation>
    <complexType>
      <choice minOccurs="0" maxOccurs="unbounded">
        <any namespace="##other" processContents="lax">
          <annotation>
            <documentation>
              Extensibility point in the WiX XML Schema. Schema extensions can register additional
              elements at this point in the schema.
            </documentation>
          </annotation>
        </any>
      </choice>
      <attribute name="PackageId" type="xs:string" use="required">
        <annotation>
          <documentation>Id of the target package.</documentation>
        </annotation>
      </attribute>
      <attribute name="LicenseFile" type="xs:string">
        <annotation>
          <documentation>Source file of the license. May not be used with LicenseUrl.</documentation>
        </annotation>
      </attribute>
      <attribute name="LicenseUrl" type="xs:string">
        <annotation>
          <documentation>Source url of the license. May not be used with LicenseFile.</documentation>
        </annotation>
      </attribute>
      <anyAttribute namespace="##other" processContents="lax">
        <annotation>
          <documentation>
            Extensibility point in the WiX XML Schema. Schema extensions can register additional
            attributes at this point in the schema.
          </documentation>
        </annotation>
      </anyAttribute>
    </complexType>
  </element>