-- XSD schema extracted from ITU-T H.761 (11/2014)

<!-- XML Schema for the NCL modules This is NCL Copyright: 005 PUC-RIO/LABORATORIO TELEMIDIA, All Rights Reserved. See http://www.telemidia.puc-rio.br Public URI: http://www.ncl.org.br/NCL3.1/modules/NCL31Media.xsd Author: TeleMidia Laboratory Revision: 30/06/2013 Schema for the NCL Media module namespace. --> <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:media="http://www.ncl.org.br/NCL3.1/Media" targetNamespace="http://www.ncl.org.br/NCL3.1/Media" elementFormDefault="qualified" attributeFormDefault="unqualified" > <complexType name="mediaPrototype"> <attribute name="id" type="ID" use="required"/> <attribute name="type" type="string" use="optional"/> <attribute name="src" type="anyURI" use="optional"/> </complexType> <!-- declare global elements in this module --> <element name="media" type="media:mediaPrototype"/> </schema>