<xs:complexType name="MirrorsComplexType">
<xs:annotation>
<xs:documentation>Number and coating of mirrors in some optical train. Used instead of <SpectralEfficiency> if actual reflectance not known or measured.</xs:documentation>
</xs:annotation>
<xs:all>
<xs:element name="Number" type="xs:positiveInteger"/>
<xs:element name="Coating">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="aluminum"/>
<xs:enumeration value="enhanced aluminum"/>
<xs:enumeration value="enhanced silver"/>
<xs:enumeration value="gold"/>
<xs:enumeration value="mercury"/>
<xs:enumeration value="silver"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
</xs:all>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |