aboutsummaryrefslogtreecommitdiff
path: root/src/xsd/wixloc/Integer.xsd
blob: 282ab4a2bbc6eaa3437bc90bef2fc17d4a7bf8fb (plain)
1
2
3
4
5
6
7
8
<simpleType name="Integer">
    <annotation>
      <documentation>Values of this type must be an integer or a preprocessor variable with the format `$(Variable)` or `$(var.Variable).</documentation>
    </annotation>
    <restriction base="xs:string">
      <pattern value="[\d]+|\$\((var\.)?[_A-Za-z][0-9A-Za-z_.]*\)" />
    </restriction>
  </simpleType>