
Appendix C
Examples of WSDL Specification for
Media Pattern D etector s
The following WSDL specification defines a face-recognition module that can
be referred to as a media detector in a MOWL ontology. Similar specifications
can be written for other media detectors. The <WSDL:types> element of
the schema can be used to embed MPEG-7 descriptors in the specification if
required.
<?xml version="1.0"?>
<definitions name="faceRecognizer"
targetNamespace="file:///ICD/detectors/faceRecognizer.wsdl"
xmlns:tns="file:///ICD/detectors/faceRecognizer.wsdl"
xmlns:xsd1="file:///ICD/detectors/faceRecognizer.xsd"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns="http://schemas.xmlsoap.org/wsdl/"> ...