Definition Type: Element
Name: Exposure
Namespace: http://www.pwg.org/schemas/2016/01/sm
Containing Schema: PwgCommon.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Sharpness Drilldown into Contrast Drilldown into Brightness Drilldown into AutoExposure Drilldown into MustHonorXSD Diagram of Exposure
Collapse XSD Schema Code:
<?xml version="1.0" encoding="utf-16"?>
<xs:element name="Exposure">
    <xs:complexType>
        <xs:choice minOccurs="0">
            <xs:element ref="AutoExposure" minOccurs="0" />
            <xs:sequence minOccurs="0">
                <xs:element ref="Brightness" minOccurs="0" />
                <xs:element ref="Contrast" minOccurs="0" />
                <xs:element ref="Sharpness" minOccurs="0" />
                <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
        </xs:choice>
        <xs:attribute ref="MustHonor" />
        <xs:anyAttribute namespace="##other" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AutoExposure pwg:AutoExposure 0 (1)
Brightness pwg:Brightness 0 (1)
Contrast pwg:Contrast 0 (1)
Sharpness pwg:Sharpness 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
MustHonor pwg:MustHonor (Optional)
<anyAttribute> Allowed namespace: '##other'