<complexType name="valueEnumType"> <annotation> <documentation>List of all the valid values and/or intervals of values for this variable. For numeric variables, signed values shall be ordered from negative infinity to positive infinity. For intervals, the type and semantic attributes are inherited by children elements, but can be superceded here. </documentation> </annotation> <complexContent> <extension base="wcs:valueEnumBaseType"> <attribute ref="wcs:type" use="optional"> <annotation> <documentation>Should be included if the data type is not string, and the valueEnumBaseType does not include any "interval" elements that include this attribute. </documentation> </annotation> </attribute> <attribute ref="wcs:semantic" use="optional"> <annotation> <documentation>Should be included if the semantics or meaning is not clearly specified elsewhere, and the valueEnumBaseType does not include any "interval" elements that include this attribute. </documentation> </annotation> </attribute> </extension> </complexContent> </complexType>
@generated
@source $URL$
|
|