if (Person.getName(getDDMSVersion()).equals(entityType))
_entity = new Person(entityElement);
if (Service.getName(getDDMSVersion()).equals(entityType))
_entity = new Service(entityElement);
if (Unknown.getName(getDDMSVersion()).equals(entityType))
_entity = new Unknown(entityElement);
}
String pocTypes = element.getAttributeValue(POC_TYPE_NAME, getDDMSVersion().getIsmNamespace());
_pocTypes = Util.getXsListAsList(pocTypes);
_securityAttributes = new SecurityAttributes(element);
validate();