element <favoriteWebSite> (local)
Namespace:
Type:
Content:
complex, 3 attributes, 3 elements, elem. wildcard
Defined:
XML Representation Summary
<favoriteWebSite
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</favoriteWebSite>
Content model elements (3):
cat (in favoriteWebSite), title (in favoriteWebSite), url (in favoriteWebSite)
Included in content model of elements (1):
myFavoriteWebSites
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="favoriteWebSite" type="favoriteWebSiteType"/>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 4/4)
cat
Type:
hs:catType, empty content
Defined:
locally within favoriteWebSiteType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="cat" type="hs:catType"/>

title
Type:
hs:localizableString, simple content
Defined:
locally within favoriteWebSiteType complexType
This element specifies the title of the favorite Web site. Typically it is used to fill this element from the HTML <title> element in the Web site referred to by this entry.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="title" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element specifies the title of the favorite Web site. Typically it is used to fill
this element from the HTML &lt;title&gt; element in the Web site referred to by this
entry.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

url
Type:
xsd:anyURI, predefined, simple content
Defined:
locally within favoriteWebSiteType complexType
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>

{any element with non-schema namespace}
Defined:
within favoriteWebSiteType complexType
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>