printElement("psv:memberTypeDefinitionAnonymous",String.valueOf(memtype.getAnonymous()));
printElement("psv:memberTypeDefinitionName",memtype.getName());
printElement("psv:memberTypeDefinitionNamespace",memtype.getNamespace());
}
XSNotationDeclaration notation = elemPSVI.getNotation();
if (notation != null) {
printElement("psv:notationSystem",notation.getSystemId());
printElement("psv:notationPublic",notation.getPublicId());
}
//revisit
StringList errorCode = elemPSVI.getErrorCodes();
if (errorCode != null) {