File location URI The format is "yyyyMMddhhmmss.s[Z|{+|-}HHMm]" where:<br> yyyy "0000".."9999" year<br> MM "01".."12" month<br> dd "01".."31" day<br> hh "00".."23" hour<br> mm "00".."59" minute<br> ss "00".."59" second<br> .s ".0"..".9" tenth of second (set to ".0" if EMS or ME cannot support this granularity)<br> Z "Z" indicates UTC (rather than local time)<br> {+|-} "+" or "-" delta from UTC HH "00".."23" time zone difference in hours<br> Mm "00".."59" time zone difference in minutes</p> "19851106210627.3Z" would be 6 minutes, 27.3 seconds after 9 p.m. on November 6th, 1985 indicating UTC time. "19851106210627.3" would be local time. "19851106210627.3+0500" would be local time specifying a +5 hour time difference from UTC. "19851106210627.3-0530" would be local time specifying a -5.5 hour difference from UTC.

The RequestedBatchSize parameter provides the control for the batch segmentation of the full set of output data generated by a coarse-grained operation such as getInventory or getActiveAlarms. The unit is any of the MTOSI objects. And, it defines the maximum number of MTOSI objects that can be included in all the batches of data sent as part of a multiple responses MEP.

However, they are cases where a batch may exceed the number of objects defined in the RequestedBatchSize parameter. This is true if the granularity of a response atomic data representation is greater than just one object. This is true for the getInventory response.

Specify if compression is to be performed. It is the perfect case for an enum type that one would want to extend. We could provide an initial enumeraion including; NO_COMPRESSION, ZLIB (zip), GZIP (two proposaed formats are the most commonly found as they are free to use and os neutral. Both supported in java.util.zip package of the Std Edition). Specify if the output file(s) are to be packed. Here again, we can use an enum type with the following enumerated values: NO_PACKING, ZIP, TAR (two proposed formats are the most commonly found as they are free to use and os neutral. Only ZIP is supported in java.util.zip package). Identifies the format of the MTOSI version used in all messages and all data structures. The format always fixes the major version number. Major and minor versions are separated by a dot. The minor version is a chain of any digits or any characters (case sensitive).