element <address> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within deviceType complexType in myDevices.xsd; see XML source
XML Representation Summary
<address>
   
Content: 
{ xsd:anyURI }
</address>
Included in content model of elements (1):
device (in myDevices)
Annotation
This element contains addresses in the form of URIs that can be used to address this device. For example, if the device is addressible through e-mail, an address entry of "mailto:someone@microsoft.com" may appear in this element. If the device is also addressible through an HTTP gateway, an additional address of "http://microsoft.com/somepath/someid" can be specified in this element. This element is repeated for each address that can be used to address the device.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="address" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains addresses in the form of URIs that
can be used to address this device. For example, if the device
is addressible through e-mail, an address entry of "mailto:someone@microsoft.com"
may appear in this element. If the device is also addressible through an HTTP
gateway, an additional address of "http://microsoft.com/somepath/someid" can be
specified in this element. This element is repeated for each address that can be used
to address the device.
</xsd:documentation>
</xsd:annotation>
</xsd:element>