AG_ImageAttributes

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
bilevel ST_TrueFalse optional
blacklevel xsd:string optional
cropbottom xsd:string optional
cropleft xsd:string optional
cropright xsd:string optional
croptop xsd:string optional
gain xsd:string optional
gamma xsd:string optional
grayscale ST_TrueFalse optional
src xsd:string optional

Used By

Complex Types CT_Image, CT_ImageData

Source

<xsd:attributeGroup name="AG_ImageAttributes">
  <xsd:attribute name="src" type="xsd:string" use="optional"/>
  <xsd:attribute name="cropleft" type="xsd:string" use="optional"/>
  <xsd:attribute name="croptop" type="xsd:string" use="optional"/>
  <xsd:attribute name="cropright" type="xsd:string" use="optional"/>
  <xsd:attribute name="cropbottom" type="xsd:string" use="optional"/>
  <xsd:attribute name="gain" type="xsd:string" use="optional"/>
  <xsd:attribute name="blacklevel" type="xsd:string" use="optional"/>
  <xsd:attribute name="gamma" type="xsd:string" use="optional"/>
  <xsd:attribute name="grayscale" type="s:ST_TrueFalse" use="optional"/>
  <xsd:attribute name="bilevel" type="s:ST_TrueFalse" use="optional"/>
</xsd:attributeGroup>