Re: [Gen-art] review of draft-levin-mmusic-xml-media-control-12.txt

Miguel Garcia <Miguel.Garcia@nsn.com> Thu, 15 November 2007 10:43 UTC

Return-path: <gen-art-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1IscCH-0000ar-Tv; Thu, 15 Nov 2007 05:43:45 -0500
Received: from gen-art by megatron.ietf.org with local (Exim 4.43) id 1IscCG-0000YQ-Go for gen-art-confirm+ok@megatron.ietf.org; Thu, 15 Nov 2007 05:43:44 -0500
Received: from [10.90.34.44] (helo=chiedprmail1.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1IscCF-0000XE-Oc for gen-art@ietf.org; Thu, 15 Nov 2007 05:43:43 -0500
Received: from smtp.nokia.com ([131.228.20.173] helo=mgw-ext14.nokia.com) by chiedprmail1.ietf.org with esmtp (Exim 4.43) id 1IscCF-0005CU-3B for gen-art@ietf.org; Thu, 15 Nov 2007 05:43:43 -0500
Received: from esebh107.NOE.Nokia.com (esebh107.ntc.nokia.com [172.21.143.143]) by mgw-ext14.nokia.com (Switch-3.2.5/Switch-3.2.5) with ESMTP id lAFAh0P3022488; Thu, 15 Nov 2007 12:43:34 +0200
Received: from esebh102.NOE.Nokia.com ([172.21.138.183]) by esebh107.NOE.Nokia.com with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 Nov 2007 12:43:19 +0200
Received: from [10.144.23.72] ([10.144.23.72]) by esebh102.NOE.Nokia.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Thu, 15 Nov 2007 12:43:19 +0200
Message-ID: <473C22C7.9010700@nsn.com>
Date: Thu, 15 Nov 2007 12:43:19 +0200
From: Miguel Garcia <Miguel.Garcia@nsn.com>
User-Agent: Thunderbird 1.5.0.12 (Windows/20070509)
MIME-Version: 1.0
To: "Even, Roni" <roni.even@polycom.co.il>
Subject: Re: [Gen-art] review of draft-levin-mmusic-xml-media-control-12.txt
References: <144ED8561CE90C41A3E5908EDECE315C051329C3@IsrExch01.israel.polycom.com> <473C0B3C.1090801@nsn.com>
In-Reply-To: <473C0B3C.1090801@nsn.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
X-OriginalArrivalTime: 15 Nov 2007 10:43:19.0611 (UTC) FILETIME=[5635B8B0:01C82774]
X-Nokia-AV: Clean
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 73734d43604d52d23b3eba644a169745
Cc: fluffy@cisco.com, oritl@microsoft.com, pierre@radvision.com, gen-art@ietf.org
X-BeenThere: gen-art@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: "GEN-ART: General Area Review Team" <gen-art.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www1.ietf.org/pipermail/gen-art>
List-Post: <mailto:gen-art@ietf.org>
List-Help: <mailto:gen-art-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/gen-art>, <mailto:gen-art-request@ietf.org?subject=subscribe>
Errors-To: gen-art-bounces@ietf.org

Roni:

I have check the schema and the first example, and they validate with no 
errors. However, I am surprised to see that:

a) the schema does not define a target namespace
b) the examples do not include a target namespace

without these two, I think it is not possible to correlate an example 
with a schema. I don't know how Xerces does not report an error, but all 
the other XML schemas and documents that we have in SIMLE, for example, 
contain target namespaces.

c) There is no IANA registration of the URN namespace (well, that is 
consistent with the absence of a namespace, but I think it should be 
present).
d) There is no IANA registration of the XML schema.

Well, I think you should contact the IETF XML Directory and ask for a 
review. I don't consider myself an XML expert... just someone who has 
been playing around with it.

/Miguel

Miguel Garcia wrote:
> Roni:
> 
> With all my respect to XML Spy, I would recommend you to use the Xerces 
> validator. Usually XML Spy does not detect errors, such as UPA constraints.
> 
> /Miguel
> 
> Even, Roni wrote:
>> Hi,
>> The schema and example were reviewed by Pete Cordell in the IESG last 
>> call, he gave comments that were addressed.
>> There are typos in the schema (three places with xsd instead of xs) 
>> that will be fixed in the AUTHOR48. I used xmlspy to edit and validate 
>> the schema (without those typos)
>> Roni Even
>>
>>> -----Original Message-----
>>> From: Miguel Garcia [mailto:Miguel.Garcia@nsn.com]
>>> Sent: Thursday, November 15, 2007 10:22 AM
>>> To: Francis Dupont
>>> Cc: gen-art@ietf.org; pierre@radvision.com; fluffy@cisco.com;
>>> oritl@microsoft.com; Even, Roni
>>> Subject: Re: [Gen-art] review of draft-levin-mmusic-xml-media-control-
>>> 12.txt
>>>
>>>
>>>
>>> Francis Dupont wrote:
>>>
>>>> Comments: I have no approved tool to check the XML schema and examples,
>>>> BTW is there such a thing? XML Doctors?
>>> There is:
>>>
>>> I use the W3C Schema validation with Xerces C++, available at:
>>>
>>> http://validate.openlaboratory.net/
>>>
>>> It is the only tool who really really really detects a bunch of errors
>>> that none of the other tools detect.
>>>
>>> The only problem with the tool is that you need to provide one example
>>> and all the needed XML schemas. In other words, you cannot just provide
>>> the XML schema and verify if it has errors: you need to accompany it
>>> with an example.
>>>
>>> /Miguel
>>> -- 
>>> Miguel A. Garcia           tel:+358-50-4804586
>>> Nokia Siemens Networks     Espoo, Finland
>>
>>
>>
>> _______________________________________________
>> Gen-art mailing list
>> Gen-art@ietf.org
>> https://www1.ietf.org/mailman/listinfo/gen-art
> 

-- 
Miguel A. Garcia           tel:+358-50-4804586
Nokia Siemens Networks     Espoo, Finland



_______________________________________________
Gen-art mailing list
Gen-art@ietf.org
https://www1.ietf.org/mailman/listinfo/gen-art