diff options
-rw-r--r-- | data/xml-schema/metadata.xsd | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/xml-schema/metadata.xsd b/data/xml-schema/metadata.xsd index db243abbf..d2e3d4ff1 100644 --- a/data/xml-schema/metadata.xsd +++ b/data/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' |