RE: Last Call: draft-levin-mmusic-xml-media-control (XML Schema forMedia Control) to Informational RFC

"Even, Roni" <roni.even@polycom.co.il> Thu, 08 November 2007 07:49 UTC

Return-path: <ietf-bounces@ietf.org>
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1Iq29F-00062s-GL; Thu, 08 Nov 2007 02:49:57 -0500
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1Iq29D-00061g-UW for ietf@ietf.org; Thu, 08 Nov 2007 02:49:55 -0500
Received: from fw.polycom.co.il ([212.179.41.2] helo=isrexch01.israel.polycom.com) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1Iq299-00042X-DF for ietf@ietf.org; Thu, 08 Nov 2007 02:49:55 -0500
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Date: Thu, 08 Nov 2007 09:51:35 +0200
Message-ID: <144ED8561CE90C41A3E5908EDECE315C050A1411@IsrExch01.israel.polycom.com>
In-Reply-To: <046F43A8D79C794FA4733814869CDF07020FD157@dul1wnexmb01.vcorp.ad.vrsn.com>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: Last Call: draft-levin-mmusic-xml-media-control (XML Schema forMedia Control) to Informational RFC
Thread-Index: AcghWJzvy81d4SKrQjG3wcGyAbe0lwACB5IgAB7SdjA=
From: "Even, Roni" <roni.even@polycom.co.il>
To: "Hollenbeck, Scott" <shollenbeck@verisign.com>, ietf@ietf.org
X-Spam-Score: 0.0 (/)
X-Scan-Signature: d185fa790257f526fedfd5d01ed9c976
Cc:
Subject: RE: Last Call: draft-levin-mmusic-xml-media-control (XML Schema forMedia Control) to Informational RFC
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: IETF-Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ietf>, <mailto:ietf-request@ietf.org?subject=subscribe>
Errors-To: ietf-bounces@ietf.org

Scott,
Thanks for catching it. 
Roni

> -----Original Message-----
> From: Hollenbeck, Scott [mailto:shollenbeck@verisign.com]
> Sent: Wednesday, November 07, 2007 7:19 PM
> To: ietf@ietf.org
> Subject: RE: Last Call: draft-levin-mmusic-xml-media-control (XML
Schema
> forMedia Control) to Informational RFC
> 
> > -----Original Message-----
> > From: The IESG [mailto:iesg-secretary@ietf.org]
> > Sent: Wednesday, November 07, 2007 11:09 AM
> > To: IETF-Announce
> > Subject: Last Call: draft-levin-mmusic-xml-media-control (XML
> > Schema for Media Control) to Informational RFC
> >
> > The IESG has received a request from an individual submitter
> > to consider the following document:
> >
> > - 'XML Schema for Media Control '
> >    <draft-levin-mmusic-xml-media-control-12.txt> as an
> > Informational RFC
> 
> The XML Schema found in section 5 is mildly broken.  It mixes use of
two
> prefixes, "xs" and "xsd".  One or the other needs to be used
> consistently for the Schema to be valid.  Here's a fix using "xs":
> 
> <?xml version="1.0" encoding="utf-8" ?>
> 
> <xs:schema id="TightMediaControl"
>  elementFormDefault="qualified"
>  xmlns:xs="http://www.w3.org/2001/XMLSchema">
> 
>  <xs:element name="media_control">
>    <xs:complexType>
>      <xs:sequence>
>        <xs:element name="vc_primitive"
>          type="vc_primitive"
>          minOccurs="0"
>          maxOccurs="unbounded" />
>        <xs:element name="general_error"
>          type="xs:string"
>          minOccurs="0"
>          maxOccurs="unbounded" />
>      </xs:sequence>
>    </xs:complexType>
>  </xs:element>
> 
>  <!-- Video control primitive.  -->
> 
>  <xs:complexType name="vc_primitive">
>    <xs:sequence>
>      <xs:element name="to_encoder" type="to_encoder" />
>      <xs:element name="stream_id"
>        type="xs:string"
>        minOccurs="0"
>        maxOccurs="unbounded" />
>    </xs:sequence>
>  </xs:complexType>
> 
>  <!-- Encoder Command:
>       Picture Fast Update
>  -->
> 
>  <xs:complexType name="to_encoder">
>    <xs:choice>
>      <xs:element name="picture_fast_update"/>
>    </xs:choice>
>  </xs:complexType>
> </xs:schema>
> 
> -Scott-
> 
> _______________________________________________
> Ietf mailing list
> Ietf@ietf.org
> https://www1.ietf.org/mailman/listinfo/ietf

_______________________________________________
Ietf mailing list
Ietf@ietf.org
https://www1.ietf.org/mailman/listinfo/ietf