Hey, Lets assume I have an xsd complex type element/object which own multiple attributes (some are `optional=true` and other are not). My questions are: 1. What would be the best way to count the number of "present" attributes of a random object? 2. is there a structured way to "go over" existing attributes of random object? Regards Uri