providerNameType Simple Type
Il tipo semplice providerNameType definisce un tipo stringa per l'elemento ProviderName nel profilo Mobile Broadband. Questa stringa è lunga almeno un carattere e al massimo 20 caratteri.
<xs:simpleType name="providerNameType">
<xs:restriction
base="normalizedString"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="20"
/>
</xs:restriction>
</xs:simpleType>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [app desktop | App UWP] |
Server minimo supportato |
Nessuno supportato |