Sha256: 762928fd8591e02e9d395cbda9208b0701aa1a58b4f2726cf7e1e4015d9107fd
Contents?: true
Size: 530 Bytes
Versions: 10
Compression:
Stored size: 530 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) # example: druid:bc123df4567 attribute :isMemberOf, Types::Strict::String.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
10 entries across 10 versions & 1 rubygems