Commits
Markus Andreassen authored and GitHub committed e1d3a749c47
206 206 | <xs:maxLength value="45"/> |
207 207 | </xs:restriction> |
208 208 | </xs:simpleType> |
209 209 | |
210 210 | <xs:simpleType name="OrganisationIdentifierIdentifierType"> |
211 211 | <xs:restriction base="xs:string"> |
212 212 | <xs:maxLength value="45"/> |
213 213 | </xs:restriction> |
214 214 | </xs:simpleType> |
215 215 | |
216 + | <xs:simpleType name="ScoreType"> |
217 + | <xs:restriction base="xs:int"> |
218 + | <xs:minInclusive value="0"/> |
219 + | <xs:maxInclusive value="100"/> |
220 + | </xs:restriction> |
221 + | </xs:simpleType> |
222 + | |
216 223 | </xs:schema> |