Movement
Movement copied to clipboard
value "0PT" twice in "ncic:VMOCodeSimpleType"
I included "ncic:VMOCodeSimpleType" in my schema. Movement gave me the enumerations with some values included more than once.
- two entries for value "0PT".
- three entries for "0UT"
- seven entries for "100"
- etc. In XMLSPY the json schema validator says it fails on 'the unique constraints imposed by schema property uniqueitems'.
The duplicates probably came over from NIEM XML which has the same duplicated values. In NCIC the values are duplicated when you only look at the vehicle model, but are unique when the make and model are combined (i.e. AUDI-100 and SUBA-100)
Not sure if the make/model has to be reworked, or if 'uniqueitems' may need to be dropped for some JSON code lists.