<?xml version="1.0" encoding="UTF-8"?> <collection_policy> <!---we will define allowed mimetypes and what to do with various types as part of the content model--> <contentmodels> <contentmodel name="standard_flv"> <pid_namespace>vre:test</pid_namespace> <pid>vre:contentmodel</pid> <dsid>STANDARD_FLV</dsid> </contentmodel> </contentmodels> <search_terms> <!--define what fields we can query as part of the advanced search for this collection--> <default>dc.description</default> <term> <field>dc.title</field> <value>dc.title</value> </term> <term> <field>dc.creator</field> <value>dc.creator</value> </term> <term> <field>dc.description</field> <value>dc.description</value> </term> <term> <field>dc.date</field> <value>dc.date</value> </term> <term> <field>dc.identifier</field> <value>dc.identifier</value> </term> <term> <field>dc.language</field> <value>dc.language</value> </term> <term> <field>dc.publisher</field> <value>dc.publisher</value> </term> <term> <field>dc.rights</field> <value>dc.rights</value> </term> <term> <field>dc.subject</field> <value>dc.subject</value> </term> <term> <field>dc.relation</field> <value>dc.relation</value> </term> <term> <field>dcterms.temporal</field> <value>dcterms.temporal</value> </term> <term> <field>dcterms.spatial</field> <value>dcterms.spatial</value> </term> <term> <field>fgs.DS.first.text</field> <value>Full Text</value> </term> </search_terms> </collection_policy>