element <myFavoriteWebSites> (global)
Namespace:
Type:
anonymous complexType (extension of myFavoriteWebSitesType)
Content:
complex, 2 attributes, 2 elements, elem. wildcard
Defined:
Used:
never
XML Representation Summary
<myFavoriteWebSites
   
 = 
xsd:nonNegativeInteger
 = 
xsd:string
   
>
   
Content: 
</myFavoriteWebSites>
Content model elements (2):
favoriteWebSite (in myFavoriteWebSites), subscription (in myFavoriteWebSites)
Annotation
This element encapsulates the content document for the .NET FavoriteWebSites service. The cache scope for this document is the entire content document. That is, there is a single <b>changeNumber</b> attribute, and it occurs at the root element. Any change to the document changes this attribute.
Anonymous Type Detail
Type Derivation Tree
myFavoriteWebSitesType (extension)
  complexType
XML Source (see within schema source)
<xsd:element name="myFavoriteWebSites">
<xsd:annotation>
<xsd:documentation>
This element encapsulates the content document for the .NET FavoriteWebSites service. The cache scope
for this document is the entire content document. That is, there is a single
<b>changeNumber</b>
attribute, and it occurs at the root element. Any change to the document
changes this attribute.
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:complexContent>
<xsd:extension base="myFavoriteWebSitesType">
<xsd:attributeGroup ref="hs:documentRootAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 2/2)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

instanceId
Type:
Use:
optional
Defined:
XML Source (see within schema source)
<xsd:attribute name="instanceId" type="instanceIdType"/>
Content Element Detail (all declarations; 3/3)
favoriteWebSite
Type:
favoriteWebSiteType, complex content
Defined:
locally within myFavoriteWebSitesType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="favoriteWebSite" type="favoriteWebSiteType"/>

subscription
Type:
hs:subscriptionType, complex content
Defined:
locally within myFavoriteWebSitesType complexType
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="subscription" type="hs:subscriptionType"/>

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