📄 awsalexa.xsd
字号:
</xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="MostPopular" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Links"> <xs:complexType> <xs:sequence> <xs:element name="Link" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="tns:UrlServiceType"> <xs:sequence> <xs:element name="Title" type="xs:token"/> <xs:element name="Popularity" type="tns:UnsignedIntegerType"/> <xs:element name="AverageReview" type="xs:decimal"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType><xs:complexType name="ContributingSiteType"> <xs:sequence> <xs:element name="DataUrl" type="xs:token"> <xs:annotation> <xs:documentation>subdomain this data is about.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TimeRange"> <xs:annotation> <xs:documentation>Time period for data analysis.</xs:documentation> </xs:annotation> <xs:complexType> <xs:choice> <xs:element name="Days" type="tns:UnsignedIntegerType"/> <xs:element name="Months" type="tns:UnsignedIntegerType"/> </xs:choice> </xs:complexType> </xs:element> <xs:element name="Reach"> <xs:annotation> <xs:documentation>Reach indicates how manyu users this subdomain gets.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Percentage" type="xs:token"> <xs:annotation> <xs:documentation>For the given site, what percentage of users visit this subdomain. may add up to more than 100 because users may visit more than one subdomain.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="PageViews"> <xs:annotation> <xs:documentation>PageViews indicates how many "hits" this subdomain gets.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Percentage" type="xs:token"> <xs:annotation> <xs:documentation>Percent of total pageviews on site that occur on this subdomain.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="PerUser" type="xs:decimal"> <xs:annotation> <xs:documentation>Number of hits / page views average per user.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType><xs:complexType name="CrawlType"> <xs:choice> <xs:element name="MetaData" minOccurs="0" maxOccurs="unbounded"> <xs:complexType> <xs:all> <xs:element name="ResultNumber" type="tns:UnsignedIntegerType"> <xs:annotation> <xs:documentation>In any request, the number of this result (1-based index)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequestInfo"> <xs:annotation> <xs:documentation>Parent element containing information about the original request.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="OriginalRequest" type="xs:token"> <xs:annotation> <xs:documentation>URL of the original request</xs:documentation> </xs:annotation> </xs:element> <xs:element name="IPAddress" type="xs:token"> <xs:annotation> <xs:documentation>IP address of the requested server at the time the page was crawled.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RequestDate" type="xs:token"> <xs:annotation> <xs:documentation>Datetime (YYYYmmddhhiissnn) of the original request</xs:documentation> </xs:annotation> </xs:element> <xs:element name="RedirectedUrl" minOccurs="0" type="xs:token"> <xs:annotation> <xs:documentation>In the case that the server returned a 302 HTTP response code, the URL it redirected to.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContentType" type="xs:token"> <xs:annotation> <xs:documentation>Content type returned in the HTTP Header</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ResponseCode" type="tns:UnsignedIntegerType"> <xs:annotation> <xs:documentation>HTTP Response code</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Length" type="tns:UnsignedIntegerType"> <xs:annotation> <xs:documentation>Total content length</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Language" type="xs:token"> <xs:annotation> <xs:documentation>Language of the page as returned by the requested server.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Checksums"> <xs:annotation> <xs:documentation>Collection of checksum information related to this page.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="AppearanceChecksum" type="xs:token"> <xs:annotation> <xs:documentation>MD5 Checskum of page content, excluding non-structural HTML elements.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="ContentChecksum" type="xs:token"> <xs:annotation> <xs:documentation>MD5 Checksum of page content as it was originally retrieved.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Title" minOccurs="0" type="xs:token"> <xs:annotation> <xs:documentation>Title of the page</xs:documentation> </xs:annotation> </xs:element> <xs:element name="OtherUrls" minOccurs="0"> <xs:annotation> <xs:documentation>Collection of URLs which appear on this page, outside of anchor tags.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="OtherUrl" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>URL that appears on this page. The source attribute indicates in which context the link appears (e.g. a src= attribute, href= attribute, or within a script block).</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:token"> <xs:attribute name="source" type="xs:token"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Images" minOccurs="0"> <xs:annotation> <xs:documentation>Collection of images found on this page.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Image" maxOccurs="unbounded" type="xs:token"> <xs:annotation> <xs:documentation>URI of an image on this page</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="Links" minOccurs="0"> <xs:annotation> <xs:documentation>Collection of links found on this page.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Link" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>an individual link on a page</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Name" minOccurs="0" type="xs:token"> <xs:annotation> <xs:documentation>Name of the link as it appears on the page.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="LocationURI" type="xs:token"> <xs:annotation> <xs:documentation>Equivalent of the href tag of an anchor link on the page.</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:all> </xs:complexType> </xs:element> <xs:element name="Index" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="MD5Sum" type="xs:token"/> <xs:element name="CanonizedUrl" type="xs:token"/> <xs:element name="Location" type="xs:token"/> <xs:element name="FileName" type="xs:token"/> <xs:element name="Offsets"> <xs:complexType> <xs:sequence> <xs:element name="Arc" type="tns:UnsignedIntegerType"/> <xs:element name="Dat" type="tns:UnsignedIntegerType"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:choice> <xs:attribute name="TotalCount"/> </xs:complexType><xs:complexType name="WebSearchType"> <xs:sequence> <xs:element name="SearchPhrase" type="xs:token"> <xs:annotation> <xs:documentation>Your search term(s)</xs:documentation> </xs:annotation> </xs:element> <xs:element name="TotalCount" type="tns:UnsignedIntegerType"> <xs:annotation> <xs:documentation>Number of results matching query.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Results"> <xs:complexType> <xs:sequence> <xs:element name="Result" maxOccurs="unbounded"> <xs:complexType> <xs:complexContent> <xs:extension base="tns:UrlServiceType"> <xs:sequence> <xs:element name="Number" type="tns:UnsignedIntegerType"> <xs:annotation> <xs:documentation>Results are numberes, beginning with 1.</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Title" type="xs:token" minOccurs="0"> <xs:annotation> <xs:documentation>Title of Page</xs:documentation> </xs:annotation> </xs:element> <xs:element name="Score" type="tns:UnsignedIntegerType"/> <xs:element name="Shingle" type="xs:decimal" minOccurs="0"/> <xs:element name="Context" type="xs:normalizedString" minOccurs="0"/> <xs:element name="CrawlData" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="Size" type="tns:UnsignedIntegerType"/> <xs:element name="Location" minOccurs="0" type="xs:token"/> <xs:element name="MD5Checksum" type="xs:token"/> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType><xs:complexType name="TimeRangeType"> <xs:choice> <xs:element name="Days" type="tns:UnsignedIntegerType"/> <xs:element name="Months" type="tns:UnsignedIntegerType"/> </xs:choice> </xs:complexType><xs:complexType name="AccountType"> <xs:sequence> <xs:element name="Balance" type="tns:UnsignedIntegerType"/> </xs:sequence> </xs:complexType><xs:complexType name="ResponseType"> <xs:sequence> <xs:element name="Request" type="tns:RequestType"> <xs:annotation> <xs:documentation>Information about the data request</xs:documentation> </xs:annotation> </xs:element> </xs:sequence> </xs:complexType></xs:schema>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -