anyType question 2003-02-06 - By sandygao@(protected)
"anyType" has mixed=true, so it allows textual data. Your "anyDataType" has mixed=false, so it doesn't allow textual data.
Adding mixed="true" to either <complexType> or <complexContent> makes your type "mixed".
HTH, Sandy Gao Software Developer, IBM Canada (1-905) 413-3255 sandygao@(protected)
--------------------------------------------------------------------- To unsubscribe, e-mail: xerces-j-user-unsubscribe@(protected) For additional commands, e-mail: xerces-j-user-help@(protected)
|
|