Versions Compared

Key

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

Note

Description:

The Person object contains information about a single individual who may fill a number of roles. Use Company if you want to describe a business entity that the person is associated with.

 

Included in:

 

  • Catalog

 

Referenced by:

 

  • PersonRole

...

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 comment in the Description attribute

...

OR refer to a predefined note that is selected from a list of enumerated note list values represented via an EnumeratedRepresentation.

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

  • CCG: Equivalent to EnumeratedRepresentationGroup.
  • CCT: Equivalent to EnumeratedRepresentation , although the latter has more functionality.

...

CCL: Equivalent to EnumerationMember

...

  •  CCT has a scope: 1 for point, 2 for global, 3 for continuous. This is harmonized via the spatial context field in Note: If it's missing, the scope is assumed to be Global. If the spatial context is a point, the scope will be assumed of type point. Other shape types would correspond to continuous.
  • CCL: Equivalent to EnumerationMember

 

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. 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.

 

 

LoggedNote (Sub-Class of Note)

Description:

The Person object contains information about a single individual who may fill a number of roles. Use Company if you want to describe a business entity that the person is associated with.

 

Included in:

 

  • Catalog

 

Referenced by:

 

  • PersonRole


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

...