xades:CompleteRevocationRefs
Element information
Namespace: http://uri.etsi.org/01903/v1.3.2#
Schema document: common/UBL-XAdESv132-2.1.xsd
Other elements with the same name: xades:CompleteRevocationRefs
Type: xades:CompleteRevocationRefsType
Properties: Local, Qualified
Content
- Sequence [1..1]
- xades:CRLRefs [0..1]
- xades:OCSPRefs [0..1]
- xades:OtherRefs [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Id | [0..1] | xsd:ID |
Used in
- Type xades:UnsignedSignaturePropertiesType (Elements xades:UnsignedSignatureProperties, xades:UnsignedSignatureProperties)
Sample instance
<xades:CompleteRevocationRefs> <xades:CRLRefs> <xades:CRLRef> <xades:DigestAlgAndValue>... </xades:DigestAlgAndValue> <xades:CRLIdentifier URI="http://www.example.com/">... </xades:CRLIdentifier> </xades:CRLRef> </xades:CRLRefs> <xades:OCSPRefs> <xades:OCSPRef> <xades:OCSPIdentifier URI="http://www.example.com/">... </xades:OCSPIdentifier> <xades:DigestAlgAndValue>... </xades:DigestAlgAndValue> </xades:OCSPRef> </xades:OCSPRefs> <xades:OtherRefs> <xades:OtherRef>Any text, intermingled with: <!--any element--> </xades:OtherRef> </xades:OtherRefs> </xades:CompleteRevocationRefs>