Object attributes
All of the information about the object is contained
within the object attributes. To add an attribute, specify the attribute
name followed by an equal symbol followed by the value of the attribute
in quotation marks. (All attribute values need to be enclosed in
a set of double quotes even if the value is a numeric value or a single
character.) Following the attribute values, the greater-than symbol
is used to indicate the end of the object tag. For example:
<user name="SAMPLEUSER" phone="(212) 555-1212" timeOut="4" >
This
tag indicates a user with the name SAMPLEUSER
, the
phone number (212) 555-1212
, and the timeout value 4
minutes
. All the attributes that can be specified for each
object, as well as the possible values and default values, are shown
in the XML data tables.Important:
- The capitalization of the object names is important and should be used exactly as shown in the data tables in XML objects in the Content Manager OnDemand XML file.
- When you add a user, IBM® Content Manager OnDemand converts lowercase letters in the
user ID to uppercase. You can type the user ID in uppercase, lowercase, or mixed case letters. In
the preceding example, whether you enter the user ID as
SAMPLEUSER
,sampleuser
, orSampleUser
, Content Manager OnDemand automatically converts it toSAMPLEUSER
.