| namespace | http://www.opengis.net/gml | ||||
| type | list of gml:integerOrNull | ||||
| used by |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="integerOrNullList"> <xs:annotation> <xs:documentation>XML List based on the union type defined above. An element declared with this type contains a space-separated list of integer values with null values interspersed as needed</xs:documentation> </xs:annotation> <xs:list itemType="gml:integerOrNull"/> </xs:simpleType> |