| namespace | http://www.opengis.net/gml | ||
| type | list of xs:NCName | ||
| used by |
|
||
| annotation |
|
||
| source | <xs:simpleType name="NCNameList"> <xs:annotation> <xs:documentation>A set of values, representing a list of token with the lexical value space of NCName. The tokens are seperated by whitespace.</xs:documentation> </xs:annotation> <xs:list itemType="NCName"/> </xs:simpleType> |