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

- old
+ new

@@ -21,9 +21,11 @@ attribute :structuredValue, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true) # URI value of the descriptive element. attribute :uri, Types::Strict::String.meta(omittable: true) # Value of the descriptive element. attribute :value, Types::Strict::String.meta(omittable: true) + # URL or other pointer to the location of the language information. + attribute :valueAt, Types::Strict::String.meta(omittable: true) attribute :valueLanguage, DescriptiveValueLanguage.optional.meta(omittable: true) end end end