Signature
|
|
Signature specification
Name |
Signature
(Show as PDF)
|
Alternative Term |
|
Definition |
A Placeholder for Signature |
|
Fields
UBL-Name |
Name |
Datatype |
Usage |
Cardinality |
ID |
ID |
Identifier
|
Yes |
1 |
Definition |
Identifies a signature that has been used to sign with. |
|
Note |
Note |
Text
|
Yes |
0..1 |
Definition |
Free form text about the signature or the circumstanses where the signature has been used. |
|
ValidationDate |
ValidationDate |
Date
|
Yes |
0..1 |
Definition |
Specifies the date when the signature was approved |
|
ValidationTime |
ValidationTime |
Time
|
Yes |
0..1 |
Definition |
Specifies the time when the signature was approved |
|
ValidatorID |
ValidatorID |
Identifier
|
Yes |
0..1 |
Definition |
Identifies the organisation, person or server that has validated the signature |
|
CanonicalizationMethod |
CanonicalizationMethod |
Text
|
Yes |
0..1 |
Definition |
The description of the response to the transaction document. |
|
SignatureMethod |
SignatureMethod |
Text
|
Yes |
0..1 |
Definition |
The description of the response to the transaction document. |
|
|
Subclasses in class Signature
UBL-Name |
Name |
Usage |
Cardinality |
Reference to the printed documentation |
See also |
SignatoryParty |
SignatoryParty |
Yes |
1 |
Common Library, 3.70 |
|
Definition |
Identifies the party that signed the document |
Datatype |
Party
|
|
DigitalSignatureAttachment |
DigitalSignatureAttachment |
Yes |
0..1 |
Common Library, 3.5 |
|
Definition |
Refers to the actual encoded signature (e.g. in XMLDSIG format) |
Datatype |
Attachment
|
|
OriginalDocumentReference |
OriginalDocumentReference |
Yes |
0..1 |
Common Library, 3.36 |
|
Definition |
A reference to the actual document that the signature applies to. For evidenciary purposes this may be the document image that the signatory party saw when applying their signature. |
Datatype |
DocumentReference
|
|
|
Example<cac:Signature >
<cbc:ID >123</cbc:ID>
<cbc:Note >Signatur note</cbc:Note>
<cbc:ValidationDate >2007-02-20</cbc:ValidationDate>
<cbc:ValidationTime >12:00:00</cbc:ValidationTime>
<cbc:ValidatorID >9000000001</cbc:ValidatorID>
<cbc:CanonicalizationMethod >Metode 1</cbc:CanonicalizationMethod>
<cbc:SignatureMethod >Metode 2</cbc:SignatureMethod>
+ <cac:SignatoryParty />
+ <cac:DigitalSignatureAttachment />
+ <cac:OriginalDocumentReference />
</cac:Signature>
|