lib/cocina/models/descriptive_value.rb in cocina-models-0.40.1 vs lib/cocina/models/descriptive_value.rb in cocina-models-0.41.0

- old
+ new

@@ -15,9 +15,10 @@ attribute :code, Types::Strict::String.meta(omittable: true) # URI value of the descriptive element. attribute :uri, Types::Strict::String.meta(omittable: true) attribute :standard, Standard.optional.meta(omittable: true) attribute :encoding, Standard.optional.meta(omittable: true) + attribute :identifier, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) attribute :source, Source.optional.meta(omittable: true) # The preferred display label to use for the descriptive element in access systems. attribute :displayLabel, Types::Strict::String.meta(omittable: true) # A term providing information about the circumstances of the statement (e.g., approximate dates). attribute :qualifier, Types::Strict::String.meta(omittable: true)