A ClipListType is an XML schema element type used to define a definition document that consists of a list of clips. ClipListType extends DefinitionElementType.
Example
<ClipList>
<Name>Clip List</Name>
<Description>This is a clip list.</Description>
<Clip xml:id="_13991">
<Name>Tadpoles Swimming</Name>
<URI>http://www.example.com/movies/tadpolesSwimming</URI>
</Clip>
<Clip xml:id="_13992">
<Name>Frogs Leaping</Name>
<URI>http://www.example.com/movies/leapingFrogs</URI>
</Clip>
<Clip xml:id="_13993">
<Name>Frog Eggs</Name>
<URI>http://www.example.com/movies/frogEggs</URI>
<Attractor>120 52.5</Attractor>
</Clip>
</ClipList>
In addition to the elements supplied by DefinitionElementType:
The ClipList element MAY contain one or more Clip elements. One for each clip within the list. See ClipType for more information on clip element definitions.
ClipListType 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/ClipListType/ClipListType.xsd.