"<ex:BooleanElem>true</ex:BooleanElem>" +
"</ex:AllSimpleTypesElement>";
}
private String getAllTypesElementString(boolean pSchemaDeclaration, boolean pFormatted) {
AllTypesElementImpl elem = new AllTypesElementImpl();
String uri = elem.getQName().getNamespaceURI();
String xsi = pSchemaDeclaration ? " xmlns:xsi=\""
+ XMLConstants.XML_SCHEMA_URI + "\" xsi:"
+ XMLConstants.XML_SCHEMA_NS_ATTR + "=\"foo.xsd\"" : "";
String lf = pFormatted ? "\n" : "";
String sep = pFormatted ? " " : "";