summaryrefslogtreecommitdiff
path: root/metadata/xml-schema/metadata.xsd
diff options
context:
space:
mode:
Diffstat (limited to 'metadata/xml-schema/metadata.xsd')
-rw-r--r--metadata/xml-schema/metadata.xsd10
1 files changed, 10 insertions, 0 deletions
diff --git a/metadata/xml-schema/metadata.xsd b/metadata/xml-schema/metadata.xsd
index db243abbf7e8..d2e3d4ff1c11 100644
--- a/metadata/xml-schema/metadata.xsd
+++ b/metadata/xml-schema/metadata.xsd
@@ -127,6 +127,8 @@
</xs:choice>
<xs:attribute name='type' type='maintainerTypeAttrType'
use='required'/>
+ <xs:attribute name='proxied' type='maintainerProxiedAttrType'
+ default='no'/>
<xs:attribute name='restrict' type='restrictAttrType'
default=''/>
</xs:complexType>
@@ -138,6 +140,14 @@
</xs:restriction>
</xs:simpleType>
+ <xs:simpleType name='maintainerProxiedAttrType'>
+ <xs:restriction base='xs:token'>
+ <xs:enumeration value='yes'/>
+ <xs:enumeration value='no'/>
+ <xs:enumeration value='proxy'/>
+ </xs:restriction>
+ </xs:simpleType>
+
<xs:complexType name='upstreamMaintainerType'>
<xs:all>
<xs:element name='email' type='emailType'