Thanks for the clarification Marshall. I did run some test cases and they all confirm your description.
Frank -----Original Message----- From: Marshall Schor [mailto:[EMAIL PROTECTED] Sent: Thursday, May 29, 2008 12:40 PM To: [email protected] Subject: Re: Question about Capabilities I don't think that the serialization step does any filtering (please let me know if you have a test case showing that it does) other than not outputing types which are not indexed and which cannot be reached from types which are indexed. The viewer does have a filter. The Document Analyzer code constructs a list of types to display from all the types, by filtering those with the set which are designated as "outputs". This is not a core framework filtering, it is rather just something this particular application (the Document Analyzer) decided to do. The filter includes all subtypes of types in the Output capabilities. -Marshall
