Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 predefined note value that is selected from a list of an enumerated note list values 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:

...

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. Please note that is uses a TimeScope object (instead of DateTime), to be compatible with the ISO11783-10 ASP element.
SpatialContextShape0..1The point / line / polygon, etc. that the note pertains to.

...