Note

Description:

This is an abstract base class. Its members are inherited by LoggedNote and ReferenceNote. Please note that this class does NOT contain a unique ID; its descendant class ReferenceNote does.

The Note object can contain a free-form, text comment in the Description attribute OR refer to a value that is selected from an enumerated list represented via an EnumeratedRepresentation.

The TimeStamp attribute uses a TimeScope object (instead of DateTime), to be compatible with the ISO11783-10 ASP element.

This system matches all the functionality of ISO's CCG / CCT / CCL / CAN elements, as follows:


Included in:

Referenced by:


AttributeTypeMultiplicityDescription
DescriptionString0..1This allows the user to capture free form text.
ValueEnumeratedValue0..1This contains the selected value from a predefined enumerated note list.
TimeStampTimeScope0..1Time this note was recorded.
SpatialContextShape0..1The point / line / polygon, etc. that the note pertains to.



LoggedNote (Sub-Class of Note) [Not Implemented]

Description:

The LoggedNote object is a concrete version of the abstract Note class. It inherits all of the properties of Note.


Included in:



Referenced by:



Note that cannot stand alone and only has meaning in the context of LoggedData. It has no unique ID as a result.

AttributeTypeMultiplicityDescription
DescriptionString0..1Note text (Inherited from parent class)
ValueEnumeratedValue0..1Predefined enumerated note list value (Inherited from parent class)
TimeStampTimeScope0..1When was this note recorded? Note that is uses a TimeScope object, which has been extended to mimic an ISO11783 ASP element. (Inherited from parent class)
SpatialContextShape0..1The point / line / polygon, etc. that the note pertains to. (Inherited from parent class)


ReferenceNote (Sub-Class of Note) [Not Implemented]

Note that can stand alone and would be kept in the Catalog. Used by Field, CropZone, etc.

AttributeTypeMultiplicityDescription
IdCompoundIdentifier1Unique identifier.
DescriptionString0..1Note text (Inherited from parent class)
ValueEnumeratedValue0..1Predefined enumerated note list value (Inherited from parent class)
TimeStampTimeScope0..1When was this note recorded? Note that is uses a TimeScope object, which has been extended to mimic an ISO11783 ASP element. (Inherited from parent class)
SpatialContextShape0..1The point / line / polygon, etc. that the note pertains to. (Inherited from parent class)