isoxml-angular
Version:
JavaScript library to parse and generate ISOXML (ISO11783-10) files
60 lines (59 loc) • 1.62 kB
TypeScript
export declare const enum TAGS {
AllocationStamp = "ASP",
BaseStation = "BSN",
CodedComment = "CCT",
CodedCommentGroup = "CCG",
CodedCommentListValue = "CCL",
ColourLegend = "CLD",
ColourRange = "CRG",
CommentAllocation = "CAN",
Connection = "CNN",
ControlAssignment = "CAT",
CropType = "CTP",
CropVariety = "CVT",
CulturalPractice = "CPC",
Customer = "CTR",
DataLogTrigger = "DLT",
DataLogValue = "DLV",
Device = "DVC",
DeviceAllocation = "DAN",
DeviceElement = "DET",
DeviceObjectReference = "DOR",
DeviceProcessData = "DPD",
DeviceProperty = "DPT",
DeviceValuePresentation = "DVP",
Farm = "FRM",
Grid = "GRD",
GuidanceAllocation = "GAN",
GuidanceGroup = "GGP",
GuidancePattern = "GPN",
GuidanceShift = "GST",
LineString = "LSG",
OperationTechnique = "OTQ",
OperationTechniqueReference = "OTR",
OperTechPractice = "OTP",
Partfield = "PFD",
Point = "PNT",
Polygon = "PLN",
Position = "PTN",
ProcessDataVariable = "PDV",
Product = "PDT",
ProductAllocation = "PAN",
ProductGroup = "PGP",
ProductRelation = "PRN",
Task = "TSK",
Time = "TIM",
TimeLog = "TLG",
TreatmentZone = "TZN",
ValuePresentation = "VPN",
Worker = "WKR",
WorkerAllocation = "WAN",
AttachedFile = "AFE",
ISO11783TaskDataFile = "ISO11783_TaskData",
TaskControllerCapabilities = "TCC",
ExternalFileReference = "XFR",
ISO11783LinkListFile = "ISO11783LinkList",
Link = "LNK",
LinkGroup = "LGP",
ExternalFileContents = "XFC"
}