Specifies the encoding of binary
content in the referenced document.
SyntaxReference_Syntax.transferEncoding = "none | base64"
Values
Type
|
Values
|
String
|
The referenced
document is not encoded. If the referenced document is specified
via a URI then it will be transferred as a byte stream. If the referenced
document is inline it must conform to the restrictions on the PCDATA
data type.
The
binary content is encoded in accordance with the base64 transfer
encoding standard.
|
|
|
|