Class Sun

Applied Stereotypes:
XSDcomplexType

Specification of sun properties.

Used in:
Weather
Properties
Name Type Cardinality AppliedStereotypes Description
intensity double 1..1 XSDattribute Illuminance of the sun, direct sunlight is around 100,00 lx. Unit: lux; Range: [0..inf[.
azimuth double 1..1 XSDattribute Azimuth of the sun, counted counterclockwise, 0=north, PI/2 = east, PI=south, 3/2 PI=west. Unit: radian; Range: [0..2PI].
elevation double 1..1 XSDattribute Solar elevation angle, 0=x/y plane, PI/2=zenith. Unit: rad; Range: [-PI..PI].

Migration Information from XSD 0.9.1
Derived From:
OSCEnvironment.Weather.Sun
Property Name XSD Type XSD 0.9.1 Name Migration
intensity Attribute intensity
azimuth Attribute azimuth
elevation Attribute elevation

XSD 1.0 Representation


<xsd:complexType name="Sun">
<xsd:attribute name="intensity" type="Double" use="required"/>
<xsd:attribute name="azimuth" type="Double" use="required"/>
<xsd:attribute name="elevation" type="Double" use="required"/>
</xsd:complexType>

To XSD To XSLT To XSD Tree