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
- Sequence [1..1]
- xades:SignedProperties [0..1]
- xades:UnsignedProperties [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
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>