Schema Central > UBL 2.2 > UBL-XAdES01903v132-201601-2.2.xsd > xades:AttributeRevocationRefs
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

xades:AttributeRevocationRefs

Element information

Content

Attributes

NameOccTypeDescriptionNotes
Id [0..1]xsd:ID

Used in

Sample instance

(Auto-generated)

<xades:AttributeRevocationRefs>
   <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:AttributeRevocationRefs>