Defines a smart tag used in the document.
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:complexType name="smartTagTypeElt" >
<xsd:attribute name="namespaceuri" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string">
</xsd:attribute>
<xsd:attribute name="url" type="xsd:string">
</xsd:attribute>
</xsd:complexType>