more type characteristics fixing

This commit is contained in:
Grahame Grieve 2022-09-10 15:02:59 +10:00
parent 3fbb505722
commit 5f4a319801
1 changed files with 1 additions and 0 deletions

View File

@ -295,6 +295,7 @@ public class StructureDefinitionValidator extends BaseValidator {
case "VirtualServiceDetail" :return addCharacteristicsForType(set); case "VirtualServiceDetail" :return addCharacteristicsForType(set);
case "Availability" :return addCharacteristicsForType(set); case "Availability" :return addCharacteristicsForType(set);
case "MonetaryComponent" :return addCharacteristicsForType(set); case "MonetaryComponent" :return addCharacteristicsForType(set);
case "ElementDefinition" :return addCharacteristicsForType(set);
case "BackboneElement" :return addCharacteristicsForType(set); case "BackboneElement" :return addCharacteristicsForType(set);
default: default: