-- we could adjust the name accordingly or make Polygon a choice of FORMATS
-- it is also worth noting that GML supports doubles instead of integers for both uncertainty, altitude and angles, should we define our defs the same way
-- This could also be REAL, but I think we avoid that for some reason
AngleDecimalDegrees ::= UTF8String
-- GMLPolygons support interior borders as well. Do we thing we need to support this?
GMLPolygon ::= SEQUENCE
@@ -260,7 +262,4 @@ CivicAddress ::= SEQUENCE
rdsubbr [29] UTF8String OPTIONAL
}
-- This could also be REAL, but I think we avoid that for some reason