element <carrierId> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
locally within deviceType complexType in myDevices.xsd; see XML source
XML Representation Summary
<carrierId>
   
Content: 
{ xsd:anyURI }
</carrierId>
Included in content model of elements (1):
device (in myDevices)
Annotation
This element contains the URI of the carrier that is responsible for servicing this device. The element is encoded as a URI, Which allows for both UUID-based carrier identification and richer identification mechanisms.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="carrierId" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This element contains the URI of the carrier that is responsible
for servicing this device. The element is encoded as a URI, Which
allows for both UUID-based carrier identification and
richer identification mechanisms.
</xsd:documentation>
</xsd:annotation>
</xsd:element>