lib/cocina/models/language.rb in cocina-models-0.46.0 vs lib/cocina/models/language.rb in cocina-models-0.47.0

- old
+ new

@@ -7,9 +7,10 @@ # Code value of the descriptive element. attribute :code, Types::Strict::String.meta(omittable: true) # The preferred display label to use for the descriptive element in access systems. attribute :displayLabel, Types::Strict::String.meta(omittable: true) attribute :encoding, Standard.optional.meta(omittable: true) + attribute :groupedValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) # present for mapping to additional schemas in the future and for consistency but not otherwise used attribute :qualifier, Types::Strict::String.meta(omittable: true) attribute :script, DescriptiveValue.optional.meta(omittable: true)