Google Search Appliance Feeds Protocol Developers Guide User Manual
Page 42

Google Search Appliance: Feeds Protocol Developer’s Guide
42
<!-- default is 'add' -->
<!-- last-modified date as per RFC822 -->
<!-- 'scoring' attribute is ignored for content feeds -->
<!ATTLIST group
action (add|delete) "add"
pagerank CDATA #IMPLIED>
<!ATTLIST record
url CDATA #REQUIRED
displayurl CDATA #IMPLIED
action (add|delete) #IMPLIED
mimetype CDATA #REQUIRED
last-modified CDATA #IMPLIED
lock (true|false) "false"
authmethod (none|httpbasic|ntlm|httpsso|negotiate) #IMPLIED
pagerank CDATA #IMPLIED
crawl-immediately (true|false) "false"
crawl-once (true|false) "false"
scoring (content|web) #IMPLIED >
<!ATTLIST metadata
overwrite-acls (true|false) "true">
<!ATTLIST acl
url CDATA #IMPLIED
inheritance-type (child-overrides|parent-overrides|and-both-permit|leaf-node)
"leaf-node"
inherit-from CDATA #IMPLIED>
<!ATTLIST principal
scope (user|group) #REQUIRED
access (permit|deny) #REQUIRED
namespace CDATA "Default"
case-sensitivity-type (everything-case-sensitive|everything-case-insensitive)
"everything-case-sensitive"
principal-type (unqualified) #IMPLIED>
<!ATTLIST meta
encoding (base64binary) #IMPLIED
name CDATA #REQUIRED
content CDATA #REQUIRED>
<!-- for content, if encoding is specified, it should be either base64binary
(base64 encoded) or base64compressed (zlib compressed and then base64
encoded). -->
<!ATTLIST content encoding (base64binary|base64compressed) #IMPLIED>