| diagram |
 |
| namespace |
http://www.opengis.net/sensorML/2.0 |
| type |
extension of swe:AbstractSWEType |
| properties |
|
| children |
swe:extension sml:label sml:codeSpace sml:value |
| used by |
|
| attributes |
| Name | Type | Use | Default | Fixed | annotation | | id | ID | optional | | | | | definition | anyURI | optional | | | |
|
| source |
<complexType name="TermType">
<complexContent>
<extension base="swe:AbstractSWEType">
<sequence>
<element name="label" type="string"/>
<element name="codeSpace" type="swe:Reference" minOccurs="0" maxOccurs="1"/>
<element name="value" type="string"/>
</sequence>
<attribute name="definition" type="anyURI" use="optional"/>
</extension>
</complexContent>
</complexType> |