In my schema some xsd:sequence elements use non schema namespace attributes as allowed by schema. Is there a way to access these attributes? I don't see anything on the SchemaParticle to access these.
<xsd:sequence xyz:attr1="val1"> I want to access attribute 'attr1' in namespace 'xyz' above. -Ajay

