iconFileType Simple Type
The iconFileType simple type defines a string type for the ICONFilePath element in the Mobile Broadband profile. This string is at least one character long and at most 1024 characters long.
<xs:simpleType name="iconFileType">
<xs:restriction
base="token"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="1024"
/>
</xs:restriction>
</xs:simpleType>
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
None supported |