namespace | http://www.DSRC-Draft-02-00-15 | ||
type | restriction of xs:unsignedShort | ||
used by |
|
||
facets |
|
||
annotation |
|
||
source | <xs:simpleType name="SunSensor"> <xs:annotation> <xs:documentation> units of watts / m2 Note that units are still TBD, perhasps a log scale is wanted here </xs:documentation> </xs:annotation> <xs:restriction base="xs:unsignedShort"> <xs:maxInclusive value="1000"/> </xs:restriction> </xs:simpleType> |