nomeTipo semplice (banda larga mobile)
Il tipo semplice nameType definisce un tipo di stringa per il profilo Mobile Broadband. Questa stringa è lunga almeno un carattere e al massimo 255 caratteri.
<xs:simpleType name="nameType">
<xs:restriction
base="normalizedString"
>
<xs:minLength
value="1"
/>
<xs:maxLength
value="255"
/>
</xs:restriction>
</xs:simpleType>
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato |
Windows 7 [app desktop | App UWP] |
Server minimo supportato |
Nessuno supportato |