I think prohibited substitutions refers to substitution groups. An element E1 can be declared to be the "head" of a substitution group. If another element E2 is of a type derived from E1's type, it may declare that it is a member of E1's substitution group, allowing E2 to be used wherever E1 could be used. If E1 is a member of a substitution group headed by E0, then E2 can also substitute for E0.
But E1 is allowed to prohibit substitution of elements for it which are derived by restriction or elements derived by extension (while allowing the other). Also, individual places where E1 is used may make similar prohibitions, I think. I don't think this has much to do with your prohibited attribute use. Jeff ----- Original Message ----- From: "Dirk Reiss" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 12, 2004 4:29 PM Subject: Prohibited attributes in restriction > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello everyone, > > using org.apache.xerces.xs - API, i would like to retrieve the > information, if an attribute is prohibited in an inherited complex type > definition. Could anyone give me a short idea of how to do so or a small > code example? > > Furthermore, i assume that > XSComplexTypeDefinition.getProhibitedSubstitutions() has something to do > with that task, but i do not really understand the usage of this function. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]