Represents an instance in time.
%YAML 1.1 --- $schema: "http://stsci.edu/schemas/yaml-schema/draft-01" id: "http://weldx.bam.de/schemas/weldx/time/timedelta-1.0.0" tag: "tag:weldx.bam.de:weldx/time/timedelta-1.0.0" title: | Represents an instance in time. type: object properties: value: description: | Integer representation of the timedelta full ISO format. type: string #pattern: TODO: correct ISO string pattern required: [value] propertyOrder: [value] additionalProperties: true ...