NSD’s trade repository messages specifications

Current specification

AdditionalData

Provides extra information not represented in the model that may be useful in processing the message i.e. diagnosing the reason for failure.

FieldTypeDescriptionPrint form titleFFSM titlePropertiesConditions
mimeTypeMimeTypeIndicates the type of media used to provide the extra information. mimeType is used to determine the software product(s) that can read the content. MIME Types are described in RFC 2046. MIME-type.0-1, ncfThis is not used in messages to the repository.
Choice begin
Branch1
stringxsd:stringProvides extra information as string. In case the extra information is in XML format, a CDATA section must be placed around the source message to prevent its interpretation as XML content. String.1-1, ncfThis is not used in messages to the repository.
Branch2
hexadecimalBin​aryxsd:hexBinaryProvides extra information as binary contents coded in hexadecimal.Hexadecimal binary.1-1, ncfThis is not used in messages to the repository.
Branch3
base64Binaryxsd:base64Bina​ryProvides extra information as binary contents coded in base64.Base64Binary.1-1, ncfThis is not used in messages to the repository.
Branch4
originalMessageProvides extra information as binary contents coded in base64.Original message.1-1, mre
Choice end
AdditionalData