<xsd:complexType name="CT_TLTimeTargetElement">
<xsd:choice minOccurs="1" maxOccurs="1">
<xsd:element name="sldTgt" type="CT_Empty">
<xsd:annotation>
<xsd:documentation>Slide Target</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sndTgt" type="a:CT_EmbeddedWAVAudioFile">
<xsd:annotation>
<xsd:documentation>Sound Target</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="spTgt" type="CT_TLShapeTargetElement">
<xsd:annotation>
<xsd:documentation>Shape Target</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="inkTgt" type="CT_TLSubShapeId">
<xsd:annotation>
<xsd:documentation>Ink Target</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:choice>
</xsd:complexType>
|