lib/cocina/models/title.rb in cocina-models-0.46.0 vs lib/cocina/models/title.rb in cocina-models-0.47.0
- old
+ new
@@ -3,9 +3,10 @@
module Cocina
module Models
class Title < Struct
attribute :structuredValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
attribute :parallelValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
+ attribute :groupedValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
# String or integer value of the descriptive element.
attribute :value, Types::Nominal::Any.meta(omittable: true)
# Type of value provided by the descriptive element.
attribute :type, Types::Strict::String.meta(omittable: true)
# Status of the descriptive element value relative to other instances of the element.