At 05:04 PM 11/7/2003 -0500, Dimitri Andivahis wrote:
[...]
>2. Proposed definition for the time stamp token <Tst>
>
>In place of the one in WD-04
> <xs:element name="Tst" type="ds:SignatureType">
>that comes with the added requirement that a <TstInfo>
>element MUST be included in the <Tst> element as
>a <ds:Signature/Object> element, I propose the following:
>
><xs:element name="Tst">
> <xs:complexType>
> <xs:sequence>
> <xs:element name="TstInfo" type="tst:TstInfoType" />
> <xs:element name="LinkingInfo" type=dss:AnyType minOccurs="0"/>
> <xs:element ref="ds:Signature" minOccurs="0"/>
> </xs:sequence>
> </xs:complexType>
></xs:element>
Could <LinkingInfo> be renamed something more generic? (I dunno, like
<Extensions>?).
It would seem better to me if this format was generically extensible,
without being tied to linking info.
Trevor