<xsd:attributeGroup name="AG_ImageAttributes">
<xsd:attribute name="src" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Source</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cropleft" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Left Crop</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="croptop" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Top Crop</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cropright" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Right Crop</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="cropbottom" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Bottom Crop</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gain" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Intensity</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="blacklevel" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Brightness</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="gamma" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Image Gamma Correction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="grayscale" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Image Grayscale Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bilevel" type="ST_TrueFalse" use="optional">
<xsd:annotation>
<xsd:documentation>Image Bilevel Toggle</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|