diff options
-rw-r--r-- | metadata.xsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/metadata.xsd b/metadata.xsd index 111e1ec..41a8fca 100644 --- a/metadata.xsd +++ b/metadata.xsd @@ -168,7 +168,7 @@ <xs:element name='cat' type='catType'/> </xs:choice> <xs:attribute name='lang' type='langAttrType' default='en'/> - <xs:attribute name='restrict' type='restrictAttrType'/> + <xs:attribute name='restrict' type='restrictAttrType' default=''/> </xs:complexType> <xs:complexType name='catLongDescType' mixed='true'> |