element <deviceId> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within deviceType complexType in myDevices.xsd; see XML source
XML Representation Summary
<deviceId>
   
Content: 
{ xsd:anyURI }
</deviceId>
Included in content model of elements (1):
device (in myDevices)
Annotation
This element contains the device name/ID in URI form. This element is encoded as a URI to allow richer and more extensible naming for the device than can be expressed using a simple UUID. The URI name will be of the form http://mydevices.microsoft.com/carrierID/deviceID#9c20f0e8-c0ef-472d-8bec-4cc6f8b0f456.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="deviceId" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains the device name/ID in URI form.
This element is encoded as a URI to allow richer and more extensible naming
for the device than can be expressed using a simple UUID. The URI name will
be of the form http://mydevices.microsoft.com/carrierID/deviceID#9c20f0e8-c0ef-472d-8bec-4cc6f8b0f456.
</xsd:documentation>
</xsd:annotation>
</xsd:element>