try {
bd
.setValue(
"content",
new DTDSequence(new XMLBean[] {
new DTDElement(schema.XSD_URI, "annotation", "0", "1"),
new DTDChoice(
new XMLBean[] {
new DTDElement(schema.XSD_URI, "restriction"),
new DTDElement(schema.XSD_URI, "extension")},
"0",
"1")
}));
} catch (Exception e) {
Gloze.logger.error(e.getMessage());