blob: bf110f297b854b43f44bb9f12c7cca29313b6181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<simpleType name="NetfxPlatformType">
<annotation>
<documentation>
Platform referencing the machine architecture.
</documentation>
</annotation>
<restriction base="xs:NMTOKEN">
<enumeration value="arm64" />
<enumeration value="x64" />
<enumeration value="x86" />
</restriction>
</simpleType>
|