Represents represents a smart tag in the document.
      
<SmartTagType
	namespaceuri="xsd:string"
	name="xsd:string"
	url="xsd:string"
/>
    | Element type | smartTagTypeElt | 
| Namespace | urn:schemas-microsoft-com:office:office | 
| Schema name | Common Properties | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| namespaceuri | xsd:string | optional | Gets or sets the namespace Uniform Resource Identifier (URI) for a smart tag. | See external namespace. | 
| name | xsd:string | optional | Gets or sets the element name used for a smart tag. | See external namespace. | 
| url | xsd:string | optional | Gets or sets the URL for a smart tag provided by the smart tag provider. | See external namespace. | 
      
<xsd:element name="SmartTagType" type="smartTagTypeElt" >
</xsd:element>