<xsd:complexType name="CT_SmartTagRun">
<xsd:sequence>
<xsd:element name="smartTagPr" type="CT_SmartTagPr" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Smart Tag Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="EG_PContent" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attribute name="uri" type="ST_String">
<xsd:annotation>
<xsd:documentation>Smart Tag Namespace</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="element" type="ST_String" use="required">
<xsd:annotation>
<xsd:documentation>Smart Tag Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|