<?php
/* 
Bank of xml namespaces used in the AVM standard
These will have to be updated as each party's schema is updated
*/

$rdf_ns = "http://www.w3.org/1999/02/22-rdf-syntax-ns#";
$iptc_ns = "http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/";
$photoshop_ns = "http://ns.adobe.com/photoshop/1.0/";
$dc_ns = "http://purl.org/dc/elements/1.1/";
$avm_ns = "http://www.communicatingastronomy.org/avm/1.0/";
$xaprights_ns = "http://ns.adobe.com/xap/1.0/rights/";

?>