TimeStampValidationData
Element information
Namespace: http://uri.etsi.org/01903/v1.4.1#
Schema document: common/UBL-XAdES01903v141-201601-2.2.xsd
Type: ValidationDataType
Properties: Global, Qualified
Content
- Sequence [1..1]
- xades:CertificateValues [0..1]
- xades:RevocationValues [0..1]
Attributes
| Name | Occ | Type | Description | Notes |
|---|---|---|---|---|
| Id | [0..1] | xsd:ID | ||
| URI | [0..1] | xsd:anyURI |
Sample instance
(Auto-generated)
<TimeStampValidationData URI="http://www.example.com/">
<xades:CertificateValues>
<xades:EncapsulatedX509Certificate>GpM7</xades:EncapsulatedX509Certificate>
</xades:CertificateValues>
<xades:RevocationValues>
<xades:CRLValues>
<xades:EncapsulatedCRLValue>GpM7</xades:EncapsulatedCRLValue>
</xades:CRLValues>
<xades:OCSPValues>
<xades:EncapsulatedOCSPValue>GpM7</xades:EncapsulatedOCSPValue>
</xades:OCSPValues>
<xades:OtherValues>
<xades:OtherValue>Any text, intermingled with:...
</xades:OtherValue>
</xades:OtherValues>
</xades:RevocationValues>
</TimeStampValidationData>


