jdf:RenderingParams_TIFFFormatParams_lr

Complex Type Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' , jdf:TIFFtag{0,1} , jdf:TIFFEmbeddedFile{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
BestEffortExceptions jdftyp:NMTOKENS optional
ByteOrder jdftyp:eByteOrder_ optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
Interleaving jdftyp:Integer 1 optional
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
RowsPerStrip jdftyp:Integer optional
Segmentation jdftyp:eSegmentation_ optional
SeparationNameTag jdftyp:Integer 270 optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
TileSize jdftyp:XYPair optional
WhiteIsZero jdftyp:boolean true optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="RenderingParams_TIFFFormatParams_lr" mixed="false">
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:BaseElement_">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="jdf:GenericElements" minOccurs="0"/>
        <xs:element name="TIFFtag" type="jdf:RenderingParams_TIFFFormatParams_TIFFtag_lr" minOccurs="0"/>
        <xs:element name="TIFFEmbeddedFile" type="jdf:RenderingParams_TIFFFormatParams_TIFFEmbeddedFile_lr" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="ByteOrder" type="jdftyp:eByteOrder_" use="optional"/>
      <xs:attribute name="Interleaving" type="jdftyp:Integer" default="1"/>
      <xs:attribute name="WhiteIsZero" type="jdftyp:boolean" default="true"/>
      <xs:attribute name="Segmentation" type="jdftyp:eSegmentation_" use="optional"/>
      <xs:attribute name="RowsPerStrip" type="jdftyp:Integer" use="optional"/>
      <xs:attribute name="TileSize" type="jdftyp:XYPair" use="optional"/>
      <xs:attribute name="SeparationNameTag" type="jdftyp:Integer" default="270"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>