element <reportingDevice> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within locationType complexType in myLocation.xsd; see XML source
XML Representation Summary
<reportingDevice>
   
Content: 
{ xsd:anyURI }
</reportingDevice>
Included in content model of elements (1):
location (in myLocation)
Annotation
This element contains the device name of the device supplying this location information. The name is encoded as a URI. One common format for this name is a uuid: scheme uri interpreted as a "Universal Device Number" as exposed by the <a href="http://www.upnp.org/resources.htm">Universal Plug and Play</a> infrastructure.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="reportingDevice" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains the device name of the device supplying this
location information. The name is encoded as a URI.
One common format for this name is a uuid: scheme uri interpreted
as a "Universal Device Number" as
exposed by the
<a href="http://www.upnp.org/resources.htm">
Universal Plug
and Play
</a>
infrastructure.
</xsd:documentation>
</xsd:annotation>
</xsd:element>