A ClipType is an XML schema element type used to define elements that are clips. ClipType extends ResourceElementType, by adding elements particular to multimedia clips. Although the typical ClipType element is named Clip, ClipType may be used as the type for any element that contains a clip. ClipType may also be extended to further define more complex clip types.
Example
<Clip xml:id="_13991">
<Name>Tadpoles Swimming</Name>
<URI>http://www.example.com/movies/tadpolesSwimming</URI>
<Target>quadrant01</Target>
<Attractor>120 52.5</Attractor>
</Clip>
In addition to the elements supplied by ResourceType:
The Clip element MAY contain a Target element. This element is the target of the clip.
The Clip element MAY contain an Attractor element. This element is the attractor of the clip. If no element is specified, then (0,0,0) is assumed.
ClipType is a chameleon schema document that takes on the XML namespace of the including schema document. The appropriate schema location designation is http://zlst.org/schemas/2001/ClipType/ClipType.xsd.