public Object startElement(
DynamicProcess dynamicProcess, ExpandedName element,
Attributes attributes) throws SAXException {
final TemplateModel model = getModel(dynamicProcess);
model.startElement(TemplateSchema.BINDING);
final String name = attributes.getValue("name");
if (name == null) {
throw forwardFatalError(dynamicProcess,
"A name must be provided for a binding");