Video: WOGenericContainer { elementName = "video"; id = id; height = ^height; width = ^width; poster = ^poster.webPath; } SourceRepetition: WORepetition { list = ^sources; item = source; } Source: WOGenericElement { elementName = "source"; src = source.webPath;//VALID type = source.mimeType;//VALID } JWFlashPlayer: WOResourceURL { filename = "player.swf"; framework = framework; } HasSkin: WOConditional { condition = hasSkin; } JWSkin: WOResourceURL { filename = skin; framework = framework; } ID: WOString { value = id; }