Share via


smartTagTypeElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

smartTagTypeElt complexType [Word 2003 XML Reference]

Defines a smart tag used in the document.

Type Information

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

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. 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.

Definition

<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>

©2004 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/odcXMLRefLegalNotice.asp