<xs:complexType name="SpectralEfficiencyComplexType">
<xs:annotation>
<xs:documentation>Transmission or reflectance as a function of wavelength or frequency (units given in attribute).</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Description" type="DescriptionComplexType"/>
<xs:element name="Uri" type="xs:anyURI"/>
<xs:element name="Data" type="xs:string">
<xs:annotation>
<xs:documentation>Very simple set of (wavelength,efficiency) pairs, with efficiency as decimal numbers between 0 and 1. Yes, this should be changed to something more elegant!</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:attribute name="units" type="xs:string" use="required"/>
</xs:complexType> |