Sha256: 2b492e8004ea8ff11492c9785e8f99c9f8bc51f6b81695481a009c3328cf4fbf
Contents?: true
Size: 504 Bytes
Versions: 38
Compression:
Stored size: 504 Bytes
Contents
# frozen_string_literal: true module Cocina module Models class DROStructural < Struct attribute :contains, Types::Strict::Array.of(FileSet).meta(omittable: true) attribute :hasMemberOrders, Types::Strict::Array.of(Sequence).meta(omittable: true) attribute :isMemberOf, Types::Strict::Array.of(Druid).meta(omittable: true) # Agreement that covers the deposit of the DRO into SDR. attribute :hasAgreement, Types::Strict::String.meta(omittable: true) end end end
Version data entries
38 entries across 38 versions & 1 rubygems