time/timedelta-0.1.0#

Represents a difference between two instances in time.

Description

Integer representation of the timedelta full ISO format.

Outline

Schema Definitions

string
No length restriction

Examples

A timedelta of 10 s:

!<asdf://weldx.bam.de/weldx/tags/time/timedelta-0.1.0> P0DT0H0M10S

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "asdf://weldx.bam.de/weldx/schemas/time/timedelta-0.1.0"

title: |
  Represents a difference between two instances in time.
description: |
      Integer representation of the timedelta full ISO format.

examples:
  -
    - A timedelta of 10 s
    - |
      !<asdf://weldx.bam.de/weldx/tags/time/timedelta-0.1.0> P0DT0H0M10S

type: string
tag: "asdf://weldx.bam.de/weldx/tags/time/timedelta-0.1.0"
#pattern: TODO: correct ISO string pattern
...