.getChildText("CharacterString", ISO19139Namespaces.GCO);
String initType = sib.getChild("initiativeType", ISO19139Namespaces.GMD)
.getChild("DS_InitiativeTypeCode", ISO19139Namespaces.GMD)
.getAttributeValue("codeListValue");
AssociatedResource resource = new AssociatedResource(sibUuid, initType, "");
listOfResources.add(resource);
}
}
} catch (JDOMException e) {
e.printStackTrace();