<xs:element name="scan_type" minOccurs="0">
<xs:annotation>
<xs:documentation>This field indicates if the camera is a line scan or an area scan camera. Slightly different front end settings are needed for line scan cameras.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="Area scan" />
<xs:enumeration value="Line scan" />
<xs:enumeration value="Area Scan" />
<xs:enumeration value="Line Scan" />
</xs:restriction>
</xs:simpleType>
</xs:element>
|