module AccessConditionFixtures def simple_access_condition_fixture <<-XML Access Condition Note XML end def restricted_access_fixture <<-XML Restrict Access Note1 Restrict Access Note2 XML end def copyright_access_fixture <<-XML This is a (c) copyright Note. Single instances of (c) should also be replaced in these notes. XML end def cc_license_fixture <<-XML CC by-sa: This work is licensed under a Creative Commons Attribution-Noncommercial 3.0 Unported License XML end def odc_license_fixture <<-XML ODC pddl: This work is licensed under a Open Data Commons Public Domain Dedication and License (PDDL) XML end def no_license_fixture <<-XML Unknown something: This work is licensed under an Unknown License and will not be linked XML end end