protected EntityDescriptorImpl(String namespaceURI, String elementLocalName, String namespacePrefix) {
super(namespaceURI, elementLocalName, namespacePrefix);
roleDescriptors = new IndexedXMLObjectChildrenList<RoleDescriptor>(this);
contactPersons = new XMLObjectChildrenList<ContactPerson>(this);
additionalMetadata = new XMLObjectChildrenList<AdditionalMetadataLocation>(this);
unknownAttributes = new AttributeMap(this);
}