Guest User

Untitled

a guest
Dec 12th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <complexType name="MediaControlType">
  2. <all>
  3. <element ref="xmta:IS" minOccurs="0"/>
  4. </all>
  5. <attribute name="url" type="xmta:MFUrl" use="optional"/>
  6. <attribute name="mediaStartTime" type="xmta:SFTime" use="optional" default="-1"/>
  7. <attribute name="mediaStopTime" type="xmta:SFTime" use="optional" default="1.7976931348623157E308"/>
  8. <attribute name="mediaSpeed" type="xmta:SFFloat" use="optional" default="1"/>
  9. <attribute name="loop" type="xmta:SFBool" use="optional" default="false"/>
  10. <attribute name="preRoll" type="xmta:SFBool" use="optional" default="true"/>
  11. <attribute name="mute" type="xmta:SFBool" use="optional" default="false"/>
  12. <attribute name="enabled" type="xmta:SFBool" use="optional" default="true"/>
  13. <attributeGroup ref="xmta:DefUseGroup"/>
  14. </complexType>
  15. <element name="MediaControl" type="xmta:MediaControlType"/>
Add Comment
Please, Sign In to add comment