2.2.9.10.4.1 PRECONDITIONLIST

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

The element MAY be specified in two ways. One of the following two ways MUST be used if this element is present.

Method 1

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

[[- fromtime -]]: The fromtime element 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 -]]: The untiltime element specifies the end date and time for the document to be considered valid (as in "not expired"). The time is expressed in UTC format.

Method 2

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

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