diff options
-rw-r--r-- | repositories.xsd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/repositories.xsd b/repositories.xsd index 32a55ac..54bf62a 100644 --- a/repositories.xsd +++ b/repositories.xsd @@ -67,7 +67,8 @@ <xs:element name='name' type='xs:token' minOccurs='0' maxOccurs='1'/> </xs:all> - <xs:attribute name='type' type='ownerTypeAttrType'/> + <xs:attribute name='type' type='ownerTypeAttrType' + use='required'/> </xs:complexType> <xs:complexType name='sourceType'> |