Hello, Peter,
Under normal circumstances, an archive record starts in one of two ways:
1. If hardware generation is supported, then the hardware provides it.
2. If not, then it is extracted out of accumulated LOOP packets, which, in turn, come from the hardware.
Either way, whether or not an observation type appears depends entirely on whether the hardware supplies it. If the device driver doesn't emit inTemp, then it will not appear in the archive records. There is no other source for it.
Other types are synthesized (e.g., dewpoint) from measured observation types, but that's not the case with inTemp.
Of course, I can't speak for a user supplied service. It may supply inTemp in some other way or, indeed, it could even delete it.
Hope this answers your question.
-tk