2.2.9.8.4 TIME

The TIME element specifies the period of time for which the document or right can be accessed. The element MAY be present.

When present, the element is specified in one of two ways. One of the following two ways MUST be used if this element is present.

Form 1

 <TIME>
   <RANGETIME>
     <FROM>[[- fromtime -]]</FROM> 
     <UNTIL>[[- untiltime -]]</UNTIL> 
   </RANGETIME>
 </TIME>

[[- fromtime -]]: Specifies the beginning date and time for the document to be considered valid (as in "not expired"). The time is expressed in UTC format.

[[- untiltime -]]: Specifies the end date and time for the document to be considered valid (as in "not expired"). The time is expressed in UTC format.

Form 2

 <TIME>
   <INTERVALTIME days="[[= numberofdays -]]"/>
 </TIME>

[[- numberofdays -]]: Specifies the number of days from the ISSUEDTIME that the document is considered valid (as in "not expired").