AdsMLStatusQualifierMaterialsCV

Simple Type Information

Source

<xs:simpleType name="AdsMLStatusQualifierMaterialsCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="AccessError" adsml-sx:longName="Unable to access the content file by the specified delivery channel; unable to initiate transfer. Reasons include factors such as: incorrect authentication information (username and password), broken link (file doesn't exist), etc."/>
    <xs:enumeration value="BookInfoConflict" adsml-sx:longName="The content information does not mirror the information in the booking information associated with that content."/>
    <xs:enumeration value="DeliveryError" adsml-sx:longName="A delivery problem has prevented a materials delivery from completing successfully."/>
    <xs:enumeration value="FileCorrupted" adsml-sx:longName="The content file is corrupted and so cannot be processed."/>
    <xs:enumeration value="FileExtractionError" adsml-sx:longName="The content file could not be extracted. For example, due to a decoding or decryption problem."/>
    <xs:enumeration value="MediaDamaged" adsml-sx:longName="The media on which the content file is stored is damaged and so cannot be accepted."/>
    <xs:enumeration value="PartialDelivery" adsml-sx:longName="One or more of the specified delivery(ies) failed to complete successfully."/>
    <xs:enumeration value="PartialRenderings" adsml-sx:longName="One or more of the rendering(s) comprising the delivery failed to be successfully processed."/>
    <xs:enumeration value="PreflightError" adsml-sx:longName="Preflighting has revealed a mismatch between the content file and the technical specifications the file should conform to."/>
    <xs:enumeration value="RenderingError" adsml-sx:longName="A problem with a content file has prevented a materials delivery from successfully completing processing."/>
    <xs:enumeration value="TPAMismatch" adsml-sx:longName="Processing has revealed a mismatch between the content file and/or the delivery specifications the materials delivery should conform to as specified in the Trading Partner Agreement (TPA)."/>
    <xs:enumeration value="TransferError" adsml-sx:longName="Unable to complete the content file delivery due to errors encountered while delivery was in progress. For example, protocol dependent errors (HTTP 500), connection reset, insufficient space on disk to complete delivery."/>
    <xs:enumeration value="-0-" adsml-sx:longName="Null / empty value or value not known. To be used only when the containing element is required."/>
  </xs:restriction>
</xs:simpleType>