<xsd:complexType name="CT_TLCommonMediaNodeData">
<xsd:sequence>
<xsd:element name="cTn" type="CT_TLCommonTimeNodeData" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Common Time Node Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="tgtEl" type="CT_TLTimeTargetElement" minOccurs="1" maxOccurs="1" />
</xsd:sequence>
<xsd:attribute name="vol" type="a:ST_PositiveFixedPercentage" default="50000" use="optional">
<xsd:annotation>
<xsd:documentation>Volume</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="mute" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Mute</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="numSld" type="xsd:unsignedInt" use="optional" default="1">
<xsd:annotation>
<xsd:documentation>Number of Slides</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="showWhenStopped" type="xsd:boolean" use="optional" default="true">
<xsd:annotation>
<xsd:documentation>Show When Stopped</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|