Element element = factory.element(DeviceRepositorySchemaConstants.
USER_AGENT_PATTERN_ELEMENT_NAME,
MCSNamespace.DEVICE_IDENTIFICATION);
LocationDetails details =
new DeviceLocationDetails(ERROR_LOCATION_FORMAT,
MCSNamespace.DEVICE_IDENTIFICATION);
registry.registerLocationDetails(element, details);
} catch (SAXException e) {