<complexType name="SolidAngleMeasureType">
<annotation>
<documentation>Solid angle: Three-dimensional angular extent. Used in radiation calculations, optics, and spherical geometry. Common units include steradian (sr).</documentation>
</annotation>
<simpleContent>
<extension base="diggs:DescriptorValueType">
<attribute name="uom" type="diggs:SolidAngleUomEnumType">
<annotation>
<documentation>The unit of measure for solid angle.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
|