final QName qNameAltitude = new QName("PerlPleaseRemoveMeAltitude");
final CClassInfo cc4 = new CClassInfo(model, cClassInfoParentLink, "Coordinate", null, qNameCoordinate, null, schema, new CCustomizations());
//LOG.info(":::::::::::::::::::::::::::::::::: " + doubleValue.getType().fullName());
final CAttributePropertyInfo cAttributeLongitude = new CAttributePropertyInfo("longitude", null, new CCustomizations(), null, qNameLongitude,
doubleValue, null, false);
final CAttributePropertyInfo cAttributeLatitude = new CAttributePropertyInfo("latitude", null, null, null, qNameLatitude, doubleValue, null,
false);
final CAttributePropertyInfo cAttributeAltitude = new CAttributePropertyInfo("altitude", null, new CCustomizations(), null, qNameAltitude,
doubleValue, null, false);
cc4.addProperty(cAttributeLongitude);
cc4.addProperty(cAttributeLatitude);
cc4.addProperty(cAttributeAltitude);