The element "smartTags" is insufficiently defined for DrawingML. Is the behavior equivalent to the behavior in WorprocessingML
Define the behavior of smart tags for DrawingML
4.3.1.35 te
2994(3001)
Proposed Disposition of DIS 29500 Comment CO-0206 (Modified: 2008-01-10) Agreed; this should be more thoroughly documented. The following text will be changed in Part 4, §4.3.1.35, page 2,994, line 2. This element specifies the existence of smart tags within the corresponding presentation. This element specifies that references to smart tags exist within this document. [Note: For a complete definition of smart tags, which are semantically identical throughout Office Open XML, see §2.5.1. end note] To denote the location of smart tags on individual runs of text, there smart tag identifier attributes are specified for each run to which a smart tag applies. These are further specified in the run property attributes within DrawingML. [Example: Consider the following PresentationML markup: <p:presentation> ... <p:smartTags r:id="rId1"/> </p:presentation> The presence of the smartTags element specifies that there is smart tag information within the PresentationML package. Individual runs are then inspected for the value of the smtId attribute to determine where smart tags might apply, for example: <p:txBody> <a:bodyPr/> <a:lstStyle/> <a:p> <a:r> <a:rPr lang="en-US" dirty="0" smtId="1"/> <a:t>CNTS</a:t> </a:r> <a:endParaRPr lang="en-US" dirty="0"/> </a:p> </p:txBody> In the sample above there is a smart tag identifier of 1 specified for this run of text to denote that the text should be inspected for smart tag information. end example] Similar Comments: GB-0443
