Uses the Component:AdvertisingType
Table 6.63. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AdvertisingCopy |
Information that goes in the ad | 0..1 | Field | udt:TextType | |
AdvertisingMedia |
Media where ad is placed. Ex: Internet, newspaper, etc. | 0..1 | Field | udt:TextType | |
CopyTypeString |
Type of copy used for ad. Ex: Teaser text, short description, long description | 0..1 | Field | qdt:StringType | |
LanguageCode |
Language for the ad copy | 0..1 | Field | sqdt:LanguageCodeType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.63. Advertising
<Advertising> <AdvertisingCopy>......</AdvertisingCopy> [0..1] <AdvertisingMedia>......</AdvertisingMedia> [0..1] <CopyTypeString>......</CopyTypeString> [0..1] <LanguageCode>......</LanguageCode> [0..1] </Advertising>