lib/cocina/models/descriptive_value.rb in cocina-models-0.40.0 vs lib/cocina/models/descriptive_value.rb in cocina-models-0.40.1
- old
+ new
@@ -21,10 +21,10 @@
# 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)
attribute :note, Types::Strict::Array.of(DescriptiveValue).meta(omittable: true)
- attribute :language, Standard.optional.meta(omittable: true)
+ attribute :valueLanguage, DescriptiveValueLanguage.optional.meta(omittable: true)
attribute :appliesTo, Types::Strict::Array.of(DescriptiveBasicValue).meta(omittable: true)
end
end
end