Versions Compared

Key

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

RepresentationCodeSourceEnum

Enumeration LiteralDescription

ISO 11783 - DDI


ISO 11783 - SPN


J1939 - SPN


ADAPT

Proprietary 


...

AttributeTypeMultiplicityDescription
IdCompoundIdentifier1Defined somewhere for ADAPT
CodeString1

Code is a unique representation code that corresponds to the representation's ID in our reference data API / XML file.

DescriptionString1
LongDescriptionString0..1
CodeSource

RepresentationCodeSourceEnum

0..1The source for the reference id listed in the enumeration below




StringRepresentation




AttributeTypeMultiplicityDescription
MinCharactersInteger0..1
MaxCharactersInteger0..1




NumericRepresentation




AttributeTypeMultiplicityDescription
DecimalDigitsInteger1
MinValueNumericValue0..1
MaxValueNumericValue0..1
DimensionUnitOfMeasureDimensionEnum1




EnumeratedRepresentation




AttributeTypeMultiplicityDescription
EnumerationMembersEnumerationMember1..*
RepresentationGroupIdInteger1




UnitType [Not Implemented]




AttributeTypeMultiplicityDescription
IdString1
Name
 1
CompondUnitOfMeasuresCompondUnitOfMeasure1..*List of support unit of measures
BaseUnitOfMeasureCompondUnitOfMeasure1The base unit which will be used for conversion




CompoundUnitOfMeasure [Not Implemented]




AttributeTypeMultiplicityDescription
ComponentsUnitOfMeasureComponent1..*
NameString1
SymbolString1




UnitOfMeasureComponent




AttributeTypeMultiplicityDescription
UnitUnitOfMeasure1
PowerInteger1




UnitOfMeasure




AttributeTypeMultiplicityDescription
IdCompoundIdentifier1
CodeString1

This is a string, according to the composite Deere scheme.

e.g., m2

NameString1e.g., "meter squared"
SymbolString1e.g., "m^2"
UNRec20CodeString1e.g., "MTK"
ScaleDouble1e.g., 1
UnitTypeUnitType1e.g. "area"
DimensionUnitOfMeasureDimensionEnum1
IsReferenceForDimensionBoolean1
OffsetDouble1

UnitOfMeasureAuthorityEnum

Enumeration LiteralDescription
UNRec20
QUDT
UCUM
ADAPT

UnitOfMeasureDimensionEnum

https://github.com/ADAPT/ADAPT/blob/develop/source/ADAPT/Common/UnitOfMeasureDimensionEnum.cs

Examples

NumericRepresentation
Id1001
NameYieldWetMass
UnitTypeMassType
RecordedValuesArray of double
RecordedUnitOfMeasurekg


NumericRepresentation
Id1002
NameApplicationRate
UnitTypeVolumeAreaType
RecordedValuesArray of double
RecordedUnitOfMeasurelitres/ac
EnteredValuesArray of double
EnteredUnitOfMeasuregallon/ac


NumericRepresentation
Id1020
NameSectionWidth
UnitTypeLengthType
RecordedValue10
RecordedUnitOfMeasurein
EnteredValue254
EnteredUnitOfMeasuremm


CompoundUnitOfMeasure
Componentslb;ac-1
Symbollb/ac


UnitOfMeasure
Idlb
Namepounds
Conversion scale1
UnitTypeMassType


EnumeratedRepresentation
Id2001
NameHitchType
DefinedTypesThreePoint, RearTwoPoint, DrawBar, RearPivotWagonHitch, FrontRigidThreePoint
SelectedDefinedTypeThreePoint


EnumeratedRepresentation
Id2002
NameInlineOffsetType
DefinedTypesInlineFront, InlineCenter, InlineRear
SelectedDefinedTypeInlineFront

...