<xs:complexType name="BadPixelsComplexType">
<xs:annotation>
<xs:documentation>The content of <Uri> indicates where additional information about the effect (mask or list of bad pixels) can be obtained.</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="Base64Data" type="xs:base64Binary"/>
<xs:element name="Description" type="DescriptionComplexType"/>
<!-- changed in order to preserve consistency -->
<xs:element name="Uri" type="xs:anyURI"/>
<xs:any namespace="##other" processContents="strict"/>
</xs:choice>
<xs:attributeGroup ref="RTMLAttributes"/>
</xs:complexType> |