Schema Central > OOXML > wml.xsd > w:smartTag
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

w:smartTag

Inline-Level Smart Tag

Element information

Type: w:CT_SmartTagRun

Properties: Local, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
w:uri [0..1]w:ST_StringSmart Tag Namespace
w:element [1..1]w:ST_StringSmart Tag Name

Used in

Sample instance

<w:smartTag w:element="string">
   <w:smartTagPr>
      <w:attr w:name="string" w:val="string"/>
   </w:smartTagPr>
   <w:customXml w:element="string">
      <w:customXmlPr>
         <w:placeholder w:val="string"/>
         <w:attr w:name="string" w:val="string"/>
      </w:customXmlPr>
      <w:customXml w:element="string">
         <w:customXmlPr>...
         </w:customXmlPr>
         <w:customXml w:element="string">...
         </w:customXml>
      </w:customXml>
   </w:customXml>
</w:smartTag>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com