Enum: CollectionTypeEnum
Operational type of a DonationCollection.
URI: inkind_knowledge_repo:CollectionTypeEnum
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| arrival | None | Root collection created when a donation arrives |
| working | None | Temporary intermediate collection during a multi-stage sort pass |
| sorted | None | Stable grouping after a sort stage completes |
| stock | None | Named standing collection ready for distribution |
| campaign | None | Collection assembled for a specific Campaign entity |
| disposed | None | Items culled during sorting — auditable at collection level |
Slots
| Name | Description |
|---|---|
| collection_type | Operational type of this collection |
Identifier and Mapping Information
Schema Source
- from schema: https://inkind-at.github.io/inkind-knowledge-repo
LinkML Source
name: CollectionTypeEnum
description: Operational type of a DonationCollection.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
arrival:
text: arrival
description: Root collection created when a donation arrives. Replaces DonationBatch. Phase
1 only type in active use.
working:
text: working
description: Temporary intermediate collection during a multi-stage sort pass.
Phase 2 stub.
sorted:
text: sorted
description: Stable grouping after a sort stage completes. Phase 2 stub.
stock:
text: stock
description: Named standing collection ready for distribution. Maps to DemandSignal
of type `standing`. Phase 2 stub.
see_also:
- ceon:CircularValueNetwork
campaign:
text: campaign
description: Collection assembled for a specific Campaign entity. Phase 2 stub.
disposed:
text: disposed
description: Items culled during sorting — auditable at collection level. Phase
2 stub.