Identifier for the repository entity |
<xs:simpleType name="repositoryID"> <xs:annotation> <xs:documentation>Identifier for the repository entity</xs:documentation> </xs:annotation> <xs:restriction base="xs:token"> <xs:pattern value="R[1-2]?\d{0,9}"/> </xs:restriction> </xs:simpleType> |