GUIDType (ServiceInfo)
Avertissement de dépréciation MBAE
Important
À compter de Windows 10 version 1803, l’expérience d’application MBAE est remplacée par une application UWP MO. Pour plus d’informations sur les applications UWP MO, consultez Applications haut débit mobiles UWP.
Le type SIMPLE XML GUIDType spécifie un GUID.
<xs:simpleType name="GUIDType">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
</xs:restriction>
</xs:simpleType>
Modèles
Le type simple GUIDType est une xs:string qui est restreinte par le modèle suivant :
- [0-9a-fA-F]{8} -[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}