Prev Up Next Index
Go backward to 4.2.6 metadata
Go up to 4.2 THREDDS Catalog Configuration Elements
Go forward to 4.2.8 service

4.2.7 property

<!ELEMENT property EMPTY>
<!ATTLIST property
   name CDATA #REQUIRED
   value CDATA #REQUIRED
>

Property elements are arbitrary name/value pairs to associate with a dataset, collection or service elements. They will be used to create extended semantics, and should be available to client applications, but not typically displayed during dataset selection. Currently they have no specified semantics.


Tom Sgouros, 2004/07/07

Prev Up Next