StaxUtil.writeDOMElement(writer, extensions.getElement());
}
List<EDTChoiceType> choiceTypes = entityDescriptor.getChoiceType();
for (EDTChoiceType edtChoice : choiceTypes) {
AffiliationDescriptorType affliationDesc = edtChoice.getAffiliationDescriptor();
if (affliationDesc != null)
throw logger.notImplementedYet("affliation"); // TODO: affiliation
List<EDTDescriptorChoiceType> edtDescChoices = edtChoice.getDescriptors();
for (EDTDescriptorChoiceType edtDescChoice : edtDescChoices) {