lib/cocina/models/descriptive_value.rb in cocina-models-0.45.0 vs lib/cocina/models/descriptive_value.rb in cocina-models-0.46.0

- old
+ new

@@ -23,9 +23,11 @@ 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) attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) attribute :valueLanguage, DescriptiveValueLanguage.optional.meta(omittable: true) + # URL or other pointer to the location of the value of the descriptive element. + attribute :valueAt, Types::Strict::String.meta(omittable: true) attribute :appliesTo, Types::Strict::Array.of(DescriptiveBasicValue).meta(omittable: true) end end end