SimpleBean bean = new SimpleBean();
// Test writing
Element element = new Element("root", "b", "urn:Bean");
new Document(element);
type.writeObject(bean, new JDOMWriter(element), getContext());
assertInvalid("/b:root[@b:howdy]", element);
assertValid("/b:root/b:bleh[@xsi:nil='true']", element);
Element types = new Element("types", "xsd", SOAPConstants.XSD);