All Element Summary |
||||||||||
|
||||||||||
|
||||||||||
This element encapsulates the content document for the .NET FavoriteWebSites service.
|
||||||||||
|
||||||||||
This element specifies the title of the favorite Web site.
|
||||||||||
This required element specifies the URL used to navigate to the Web site referred to by this
entry.
|
Complex Type Summary |
||||||||||
This element describes a complete favorite Web site, including the title,
URL, and free-form extensions.
|
||||||||||
This element defines the basic myFavoriteWebSitesType.
|
<xsd:schema elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/hs/2001/10/myFavoriteWebSites" version="1.0" xmlns="http://schemas.microsoft.com/hs/2001/10/myFavoriteWebSites" xmlns:hs="http://schemas.microsoft.com/hs/2001/10/core" xmlns:xdb="urn:schemas-microsoft-com:xdb" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Schema for the Microsoft® .NET FavoriteWebSites service.
</xsd:documentation>
Copyright (c) 2001 Microsoft Corporation. All rights reserved.
<xdb:blue select="/myFavoriteWebSites"/>
</xsd:appinfo>
<xdb:blue select="/myFavoriteWebSites/*"/>
<xdb:red select="//@changeNumber"/>
<xdb:red select="//@id"/>
<xdb:red select="//@creator"/>
<xdb:red select="//cat"/>
<xdb:red select="//cat/@ref"/>
<xdb:red select="/myFavoriteWebSites/favoriteWebSite/title"/>
<xdb:red select="/myFavoriteWebSites/favoriteWebSite/url"/>
<xdb:red select="/myFavoriteWebSites/favoriteWebSite/$any"/>
<xdb:namespaceMap>
<xdb:mapping alias="m" uri="http://schemas.microsoft.com/hs/2001/10/myFavoriteWebSites"/>
</xdb:namespaceMap>
<xdb:mapping alias="hs" uri="http://schemas.microsoft.com/hs/2001/10/core"/>
<xsd:import namespace="http://schemas.microsoft.com/hs/2001/10/core" schemaLocation="hscommon.xsd"/>
<!--
// // myFavoriteWebSites // - root element for the .NET FavoriteWebSites service // -->
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element encapsulates the content document for the .NET FavoriteWebSites service. The cache scope
</xsd:documentation>
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:complexContent>
</xsd:complexContent>
</xsd:complexType>
<xsd:annotation>
</xsd:complexType>
<xsd:documentation>
</xsd:annotation>
This element defines the basic
</xsd:documentation>
<b>myFavoriteWebSitesType</b>
.
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="favoriteWebSite" type="favoriteWebSiteType"/>
<xsd:annotation>
</xsd:complexType>
<xsd:documentation>
</xsd:annotation>
This element describes a complete favorite Web site, including the title,
</xsd:documentation>
URL, and free-form extensions. This element may contain 0 or more category elements that are used to organize favoriteWebSites. <xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This element specifies the title of the favorite Web site. Typically it is used to fill
</xsd:documentation>
this element from the HTML <title> element in the Web site referred to by this entry.
<xsd:annotation>
</xsd:element>
<xsd:documentation>
</xsd:annotation>
This required element specifies the URL used to navigate to the Web site referred to by this
</xsd:documentation>
entry. Its content should be URL-encoded. </xsd:schema>
|