- From: Florian Stegmaier <stegmai@dimis.fim.uni-passau.de>
- Date: Wed, 11 May 2011 15:40:20 +0200
- To: public-media-annotation@w3.org
Dear all,
below is the draft for changing the API document. Is there anything else to change? The AI is not that descriptive :) Shall i change also something related to the overall API structure? Could you please send the minutes of yesterdays call?
4.5.2.3 <<<BEGIN_CHANGE<MADate
When the MediaResource.getMediaProperty method is invoked with "date" as a value of the propertyName parameter, an object implementing the MADate interface is returned representing the date property (defined in the Ontology for Media Resources 1.0 specification). <<<BEGIN_CHANGE< This property has been renamed from "Date" into "MADate" since the appearance of naming conflicts are possible in web applications.>END_CHANGE>>>
interface <<<BEGIN_CHANGE<MADate>END_CHANGE>>> : MediaAnnotation
{
attribute DOMString date;
attribute DOMString typeLink;
attribute DOMString typeLabel;
};
4.5.2.3.1 Attributes
date of type DOMString
This attribute represents date related to the media resource. <<<BEGIN_CHANGE<A date value MUST be represented using one of the specific date/time data types of XML Schema, depending on the available precision: gYear gYearMonth, date, dateTime, or dateTimeStamp.>END_CHANGE>>>
No exceptions.
typeLabel of type DOMString
This attribute defines the category of date (e.g. creation date, broadcast date, release date, date recorded and date edited) as a plain string.
No exceptions.
typeLink of type DOMString
This attribute defines the category of date (e.g. creation date, broadcast date, release date, date recorded and date edited) as a URI.
No exceptions.
Cheers,
Florian
_____________________________
Dipl. Inf. Florian Stegmaier
Chair of Distributed Information Systems
University of Passau
Innstr. 43
94032 Passau
Room 248 ITZ
Tel.: +49 851 509 3063
Fax: +49 851 509 3062
stegmai@dimis.fim.uni-passau.de
https://www.dimis.fim.uni-passau.de/iris/
http://twitter.com/fstegmai
_____________________________
Received on Wednesday, 11 May 2011 13:40:46 UTC