Ingredient

A basic (non-product) ingredient within a Product. Often a chemical element or compound.

Child Components

Id 1..1
Name 1..1
Description 0..1
Context Items 0..1
Crop Nutrition Ingredient Item Code 0..1
Is Active Ingredient 0..1

UML Class Model

The following link opens the SVG image in a separate browser tab.
You can save the file locally and use it, for example, in PowerPoint.
SVG File
@startuml Ingredient

class Ingredient {
    String [[/docs/name Name]]
    String [[/docs/description Description]]
    String [[/docs/crop-nutrition-ingredient-item-code CropNutritionIngredientItemCode]]
    Boolean [[/docs/is-active-ingredient IsActiveIngredient]]
}

class Id {
    [[/docs/id details]]→
}

class ContextItems {
    [[/docs/context-items details]]→
}

Ingredient o-d- "1...1" Id
Ingredient o-r- "0...1" ContextItems

hide circle
@enduml

Where Used

Following is a list of components that have Ingredient as a child component.

Feedback

AgGateway and its members welcome your feedback.

UUID: d915eb1b58674807a2b5c3ba8c11daa4

ADAPT Standard Version 1.0.0