ContentProperties

Element Information

Model

Used By

Complex Type DocumentRenderingType

Source

<xs:element name="ContentProperties">
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="MIMEType" minOccurs="0"/>
      <xs:element ref="Format" minOccurs="0"/>
      <xs:element ref="FormatProfile" minOccurs="0"/>
      <xs:element ref="ContentDataEncoding" minOccurs="0"/>
      <xs:element ref="EncryptionMethod" minOccurs="0"/>
      <xs:element ref="ContentSizeInBytes" minOccurs="0"/>
      <xs:element ref="FileName" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:element>

Sample

< Rendering xmlns = "http://www.adsml.org/adsmlmaterials/2.5" xmlns:adsml = "http://www.adsml.org/typelibrary/2.0" >

< RenderingIdentifier>

creativeservices.com:2009-05-08:NYH:09789696-001

</ RenderingIdentifier>

< RenderingType>

< adsml:CodeValue>

PDF

</ adsml:CodeValue>

</ RenderingType>

< adsml:DescriptionLine>

PDF file

</ adsml:DescriptionLine>

< adsml:ContentProperties>

< adsml:MIMEType>

application/pdf

</ adsml:MIMEType>

< adsml:Format adsml:version = "2003" >

PDF/X-3

</ adsml:Format>

< adsml:ContentSizeInBytes>

4988928

</ adsml:ContentSizeInBytes>

< adsml:FileName>

NYH_09890696.pdf

</ adsml:FileName>

</ adsml:ContentProperties>

</ Rendering>