Definition Type: Element
Name: bitdepth
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: BFML-CXP.xsd
MinOccurs 1
MaxOccurs (1)
Abstract
Documentation:
Number of bits per pixel. Set to "Default" to get the BitDepth from the camera.
Collapse XSD Schema Diagram:
Drilldown into packed Drilldown into bitdepth_optionXSD Diagram of bitdepth
Collapse XSD Schema Code:
<xs:element name="bitdepth" minOccurs="1">
    <xs:annotation>
        <xs:documentation>Number of bits per pixel. Set to "Default" to get the BitDepth from the camera.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:simpleContent>
            <xs:extension base="xs:string">
                <xs:attribute name="bitdepth_option" use="optional">
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="Normal" />
                            <xs:enumeration value="RGBSwap" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
                <xs:attribute name="packed" use="optional">
                    <xs:simpleType>
                        <xs:restriction base="xs:string">
                            <xs:enumeration value="no" />
                            <xs:enumeration value="yes" />
                        </xs:restriction>
                    </xs:simpleType>
                </xs:attribute>
            </xs:extension>
        </xs:simpleContent>
    </xs:complexType>
</xs:element>
Collapse Child Attributes:
Name Type Default Value Use
bitdepth_option bitdepth_option Optional
packed packed Optional