prime type of simple/complex types?

 	In the Formal Semantics, section 8.4, PrimeType is defined as:

 		PrimeType ::= ItemType | (PrimeType "|" PrimeType)

 	and ItemType is an atomic, element, attribute, document, text,
 	comment, or processing instruction.

 	So if I have either a simple or complex type T imported from an
 	XML schema, is prime(T) defined?  If so, what is it?

 	- Paul

Received on Wednesday, 23 March 2005 16:42:57 UTC