MirrorsComplexType

Number and coating of mirrors in some optical train. Used instead of <SpectralEfficiency> if actual reflectance not known or measured.

Complex Type Information

Model

Children: Coating, Number

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xs:ID optional
rdf xs:anyURI optional
ref xs:IDREF optional
uref UniqueNamesSimpleType optional

Used By

Source

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