setXOMElement(element, false);
_notices = new ArrayList<Notice>();
Elements notices = element.getChildElements(Notice.getName(getDDMSVersion()),
getDDMSVersion().getIsmNamespace());
for (int i = 0; i < notices.size(); i++) {
_notices.add(new Notice(notices.get(i)));
}
_securityAttributes = new SecurityAttributes(element);
validate();
}
catch (InvalidDDMSException e) {