The value for individual fields in XML files are specified as <fieldName value=“field_value”/> where:
• fieldName is the name of the field and cannot contain white space.
• field_value sets the field’s value and is always included in double quotes.
NOTE: Except for examples, double quotes are omitted from the field (parameter) descriptions throughout the remainder of this document.
Though enumerations have text values (i.e., RSSL_SOCKET), in the software, text values are represented as numbers (required for programmatic configuration). When introduced, enumerations are listed along with their textual values.