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 clockwise, 0=north, PI/2 = east, PI=south, 3/2 PI=west. Unit: [rad]. Range: [0..2*PI].
  elevation double 1..1 XSDattribute Solar elevation angle, 0=x/y plane, PI/2=zenith. Unit: [rad]. Range: [-PI..PI].
  illuminance double 0..1 XSDattribute Illuminance of the sun, direct sunlight is around 100,000 lx. Unit: [lx]. Range: [0..inf[. Default if missing: 0.
D intensity double 0..1 XSDattribute, deprecated Illuminance of the sun, direct sunlight is around 100,000 lx. Unit: [lx]. Range: [0..inf[.
Deprecation
  • Property intensity deprecated. With version 1.2. Use illuminance instead.
XSD 1.3 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">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="illuminance" type="Double"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
  • Property azimuth
    • XSDattribute
  • Property elevation
    • XSDattribute
  • Property illuminance
    • XSDattribute
  • Property intensity
    • XSDattribute
    • deprecated [withVersion: "1.2"; comment: "Use illuminance instead."]

To XSD