public class allBeanInfo extends XMLBeanInfo implements BeanInfo {
private static final Class BEAN = all.class;
public BeanDescriptor getBeanDescriptor() {
BeanDescriptor bd = new BeanDescriptor(all.class);
bd.setName("all");
bd.setDisplayName(XMLBean.concatName(schema.XSD_URI, "all"));
bd.setValue("ignore", new String[] { schema.XSD_URI+"#annotation" });
try {
bd.setValue(
"content",
new DTDSequence(
new XMLBean[] {
// optional annotation element
new DTDElement(schema.XSD_URI, "annotation", "0", "1"),