getActivityStatisticsBySchemaName() Purpose Returns the total number of objects processed for the given schema by each service that uses the schema. Also, returns the number of success and error objects. Parameters Table 75 Input parameter of getActivityStatisticsBySchema() Input Parameter Type Description Schema Name string Name of the schema. Returns Table 76 Returns of getActivityStatisticsBySchema() Returns Type Description Service Name string Name of the service that is associated with the specified schema. Total string Total number of objects processed for this schema for a Publication Service. Total number of objects received for this schema for a Subscription Service. Success string Number of objects that were successfully identified for this schema, which will be published or written to a file. Failure string Number of objects that were identified for this schema but were not published because the header of the schema failed validation for a Publication Service, or was written to a file because the schema was not associated with a subscriber for a Subscription Service.