Sha256: 6c19aa4caab791e7e5915b41064005d2d2a950ff1c931fb89c83a06d478a48ab
Contents?: true
Size: 1.1 KB
Versions: 16
Compression:
Stored size: 1.1 KB
Contents
<xs:schema targetNamespace="http://backend.userland.com/creativeCommonsRssModule" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="license" type="xs:anyURI"> <xs:annotation> <xs:documentation> <![CDATA[One element is defined. license -- if present as a sub-element of <channel>, indicates that the content of the RSS file is available under a license, indicated by a URL, which is the value of the license element. A list of some licenses that may be used in this context is on the Creative Commons website on this page, however the <license> element may point to licenses not authored by Creative Commons. You may also use the <license> element as a sub-element of <item>. When used this way it applies only to the content of that item. If an item has a license, and the channel does too, the license on the item applies, i.e. the inner license overrides the outer one. Multiple <license> elements are allowed, in either context, indicating that the content is available under multiple licenses.]]> </xs:documentation> </xs:annotation> </xs:element> </xs:schema>
Version data entries
16 entries across 16 versions & 1 rubygems