Defines a smart tag used in the document.

Type Information

Namespace urn:schemas-microsoft-com:office:office
Schema name office

Elements and Attributes

Child Elements

None.

Attributes

Attribute Type Required Description Possible Values
namespaceuri xsd:string optional Gets or sets the namespace Uniform Resource Identifier (URI) for a smart tag in Word. n/a
name xsd:string optional Gets or sets the element name used for a smart tag in Word. n/a
url xsd:string optional Gets or sets the URL for a smart tag provided by the smart tag provider in Word. n/a
namespaceuri xsd:string optional Gets or sets the namespace Uniform Resource Identifier (URI) for a smart tag in Excel. n/a
name xsd:string optional Gets or sets the element name used for a smart tag in Excel. n/a
url xsd:string optional Gets or sets the URL for a smart tag provided by the smart tag provider in Excel. n/a

Definition

XML

<xsd:complexType name="smartTagTypeElt" ">
		
		<xsd:attribute name="namespaceuri" type="xsd:string" form="qualified">
			
		</xsd:attribute>
		<xsd:attribute name="name" type="xsd:string" form="qualified">
			
		</xsd:attribute>
		<xsd:attribute name="url" type="xsd:string" form="qualified">
			
		</xsd:attribute>
		<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>

©2006 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at:
http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice12.asp