Commits

Markus Andreassen authored and GitHub committed e1d3a749c47
FMK-8042 Implementeret CompareName (#58)

* FMK-8042 Implementeret CompareName * FMK-8042 Added name with Royal length * FMK-8042 Changed out LevensteinDistance for JaroWinklerDistance * FMK-8042 Changed out JaroWinklerDistance for JaccardSimilarity * FMK-8042 Back to LevenshteinDistance * FMK-8042 Changed name of test-person * FMK-8042 Rettet test
No tags
main

ecpr2-schemas/src/main/resources/schema/2017_10_01/ECPR2-simple-types.xsd

Modified
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>

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut