Q: 9.6(30-31):
Duration'Small
Whenever possible in an implementation, the value of
Duration'Small should be no
greater than 100 microseconds.
A: Followed. Duration'Small is one
microsecond.
Q: The time base for delay_relative_statements should
be monotonic; it need not be the same time base as
used for Calendar.Clock.
A: Not applicable. delay_relative_statements are
prohibited by the restriction
No_Relative_Delay.