Brian, In XML Schema, in order to reference an element or type from another schema, you must first import the namespace into the schema.
You need to add the following import statement to the second schema: <import namespace="http://valueobject.util.app.willyloman.com"/> And this import statement to the third schema: <import namespace="http://objects.webservice.willyloman.com"/> Regards, Anne