Title: Schema Design Flow The diagram is helpful, thanks. But one nitpick, I don't see how the final branch All local can be possible. You always need at least one global element to represent the document root. So an extreme case would be that the document root exposes the instance namespace, but all child elements are written without a namespace prefix (unqualified local elements). Dave