element <url> (local)
Namespace:
Type:
xsd:anyURI
Content:
simple
Defined:
XML Representation Summary
<url>
   
Content: 
{ xsd:anyURI }
</url>
Included in content model of elements (1):
favoriteWebSite (in myFavoriteWebSites)
Annotation
This required element specifies the URL used to navigate to the Web site referred to by this entry. Its content should be URL-encoded.
XML Source (see within schema source)
<xsd:element maxOccurs="1" minOccurs="1" name="url" type="xsd:anyURI">
<xsd:annotation>
<xsd:documentation>
This required element specifies the URL used to navigate to the Web site referred to by this
entry. Its content should be URL-encoded.
</xsd:documentation>
</xsd:annotation>
</xsd:element>