3.5 ExtensionType
Elements of the type ExtensionType are used in various functions (such as UserExtensions, GroupExtensions, UserExtensions) to provide a general mechanism to define additional data fields. No such extensions are currently available.
Tag Name & type | # | Description |
---|
ExtensionType | | |
| Segment SegmentType | 1- | Extensions may be divided into categories, and the segment will indicate the category. |
| @name xs:string | 0-1 | The name of the segment. If name is not specified, the default ("USER") segment is used. |
| Property | 1- | This element will contain the specific extension value. |
| @name xs:string | 1 | The name of the extension. |
| @b64charset xs:string | 0-1 | In order to transmit a value that is in a character set incompatible with the XML document, the data can be sent in base64-encoded form, with the character set put in this attribute. If this attribute is present, the system will expect base64-encoded data as the value. The value of this attribute should be an ISO character set name, or one of a set of alternative names recognized by the EasyLink switch (see Character Sets), or the special value "binary" where the character set is unimportant or will not be preserved. |
|