Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

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


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

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.

 

LoggedNote (Sub-Class of Note)

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)

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)
  • No labels