imager

Imagers represent the image sensor of a camera (for example film or CCD).

Element Information

Model

Children: extra, technique

Source

<xs:element name="imager" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Imagers represent the image sensor of a camera (for example film or CCD).</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="technique" type="technique_type" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>This element may contain any number of non-common profile techniques. There is no common technique for imager.</xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="extra" type="extra_type" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation>The extra element may appear any number of times.</xs:documentation>
        </xs:annotation>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample