Class Sun
- Applied Stereotypes:
-
XSDcomplexType
Specification of sun properties.
- Used in:
-
Weather
Properties |
|
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
|
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]. |
|
intensity |
double |
1..1 |
XSDattribute
|
Illuminance of the sun, direct sunlight is around 100,000 lx. Unit: lux; Range: [0..inf[. |
|
XSD 1.2 Representation |
<xsd:complexType name="Sun">
<xsd:attribute name="azimuth" type="Double" use="required"/>
<xsd:attribute name="elevation" type="Double" use="required"/>
<xsd:attribute name="intensity" type="Double" use="required"/>
</xsd:complexType>
|
|
Change log from version 1.1 |
- Property 'intensity'. Annotation changed.
-
- New Value
- Illuminance of the sun, direct sunlight is around 100,000 lx. Unit: lux; Range: [0..inf[.
- From 1.1.0
- Illuminance of the sun, direct sunlight is around 100,00 lx. Unit: lux; Range: [0..inf[.
|
Stereotype Details Information |
- Class
- XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
- Property azimuth
- Property elevation
- Property intensity
|
To XSD