AdsMLTargetingTypeCodeCV

Simple Type Information

Source

<xs:simpleType name="AdsMLTargetingTypeCodeCV">
  <!-- Status of CV: Approved -->
  <xs:restriction base="adsml:CodeRootType">
    <xs:enumeration value="DeliveryArea" adsml-sx:longName="Named physical area (North, South, Downtown)"/>
    <xs:enumeration value="DeliveryClass" adsml-sx:longName="Named group of delivery types (Home, Newstand, TMC, differentiate from Demographic which could also include apartments, SingleFamilyDwelling)"/>
    <xs:enumeration value="Demographic" adsml-sx:longName="Partition based on demographic characteristics"/>
    <xs:enumeration value="Edition" adsml-sx:longName="Partition based on edition specification"/>
    <xs:enumeration value="Region" adsml-sx:longName="Partition based on an editorial region, generally a subset of an edition"/>
    <xs:enumeration value="ZipPostalCode" adsml-sx:longName="Partition based on zip or postal code specification"/>
    <xs:enumeration value="Zone" adsml-sx:longName="Partition based on an advertising zone, usually the smallest selectable advertising area"/>
    <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>