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,00 lx. Unit: lux; Range: [0..inf[.

XSD 1.1 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>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property azimuth
    • XSDattribute
  • Property elevation
    • XSDattribute
  • Property intensity
    • XSDattribute

To XSD To XSD Tree