bindings.put(GML.AbstractGeometryBaseType, new AbstractGeometryBaseTypeBinding());
bindings.put(GML.AbstractGeometryType, new AbstractGeometryTypeBinding());
bindings.put(GML.integerList, new IntegerListBinding());
bindings.put(GML.doubleList, new DoubleListBinding());
bindings.put(GML.NameList, new NameListBinding());
// temporal
bindings.put(GML.TimeDurationType, new TimeDurationTypeBinding());
bindings.put(GML.TimePositionType, new TimePositionTypeBinding());
bindings.put(GML.TemporalPositionType, new TemporalPositionTypeBinding());