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

Recommended Reading:

Definitive XML Schema

 

Advanced XML Applications

 

xades:QualifyingProperties

Element information

Namespace: http://uri.etsi.org/01903/v1.3.2#

Schema document: common/UBL-XAdES01903v132-201601-2.3.xsd

Type: xades:QualifyingPropertiesType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
Target [1..1]xsd:anyURI
Id [0..1]xsd:ID

Sample instance

<QualifyingProperties Target="#addedSig">
   <SignedProperties Id="xades-test-s">
      <SignedSignatureProperties>
         <SigningTime>2010-11-26T18:00:00Z</SigningTime>
      </SignedSignatureProperties>
   </SignedProperties>
   <UnsignedProperties Id="xades-test-u">
      <UnsignedSignatureProperties>
         <SignatureTimeStamp>
            <XMLTimeStamp>2010-11-26T18:00:00Z</XMLTimeStamp>
         </SignatureTimeStamp>
      </UnsignedSignatureProperties>
   </UnsignedProperties>
</QualifyingProperties>