Documentation for SI config elements
Is there a document listing the available XML config elements, and the meaning of their attributes?
At the moment I am trying to glean meaning and use from the examples and reviewing the SI XSD. But there seems to be a bit of a mismatch.
For instance, the filecopy example uses the file-source element with the channel and poll-period attributes. But the XSD only defines the id and directory attributes.
Likewise the cafe/cafeDemo example uses the endpoint element with the handler-ref attribute. handler-ref is not defined in the XSD but handler is defined as required but is not declared in the XML config, even though the example runs.
So it would be really useful if there was a definitive list of config elements, the SI classes to which they map, and their attributes, with a clear description of each. Is there such a beast?
If not, where is the best place to source this info?