Schema Central > UBL 2.2 > UBL-XAdES01903v141-201601-2.2.xsd > TimeStampValidationData
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

TimeStampValidationData

Element information

Type: ValidationDataType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
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>