<?php
/**
 * Options for the nsrelation plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author Christophe Gragnic <christophegragnic@yahoo.fr>
 */
                                                                             
$meta['nsrelations']  = array('string','_pattern' => '/^(|[\w:\-\|]+)$/');
$meta['nsrelationsdisplay']  = array('string','_pattern' => '/^(|[^<>]+)$/');
$meta['nsrelationrootns'] = array('string','_pattern' => '/^(|[\w:\-]+)$/');
$meta['about']         = array('string','_pattern' => '/^(|[\w:\-]+)$/');
