A type for a list of values of the respective simple type. |
Complex Types | gml:DirectPositionListType, gml:DirectPositionType, gml:MeasureListType |
<simpleType name="doubleList"> <annotation> <documentation>A type for a list of values of the respective simple type.</documentation> </annotation> <list itemType="double"/> </simpleType> |