⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 oma-sup-xsd_bcast_fd_fdt-v1_0-20070529-c.xsd

📁 oma bcast 标准
💻 XSD
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	Mobile Broadcast - File Description Table (FDT)
		version 	- 1.0
		date    	- 29 May 2007

    FILE INFORMATION

	OMA Permanent Document
	   File: OMA-SUP-XSD_bcast_fd_fdt-v1_0-20070529-C 
	   Type: Text - Schema Description

	Public Reachable Information
	   Path: http://www.openmobilealliance.org/tech/profiles
	   Name: bcast_fd_fdt-v1_0.xsd

    NORMATIVE INFORMATION

	Information about this file can be found in the specification
	    OMA-TS-BCAST_Distribution-V1_0
	available at http://www.openmobilealliance.org/

	Send comments to technical-comments@mail.openmobilealliance.org

    LEGAL DISCLAIMER

	Use of this document is subject to all of the terms and conditions
	of the Use Agreement located at
		http://www.openmobilealliance.org/UseAgreement.html

	You may use this document or any part of the document for internal
	or educational purposes only, provided you do not modify, edit or
	take out of context the information in this document in any manner.
	Information contained in this document may be used, at your sole
	risk, for any purposes.

	You may not use this document in any other manner without the prior
	written permission of the Open Mobile Alliance.  The Open Mobile
	Alliance authorizes you to copy this document, provided that you
	retain all copyright and other proprietary notices contained in the
	original materials on any copies of the materials and that you
	comply strictly with these terms.  This copyright permission does
	not constitute an endorsement of the products or services.  The
	Open Mobile Alliance assumes no responsibility for errors or
	omissions in this document.

	Each Open Mobile Alliance member has agreed to use reasonable
	endeavors to inform the Open Mobile Alliance in a timely manner of
	Essential IPR as it becomes aware that the Essential IPR is related
	to the prepared or published specification.  However, the members
	do not have an obligation to conduct IPR searches.  The declared
	Essential IPR is publicly available to members and non-members of
	the Open Mobile Alliance and may be found on the "OMA IPR
	Declarations" list at http://www.openmobilealliance.org/ipr.html.
	The Open Mobile Alliance has not conducted an independent IPR review
	of this document and the information contained herein, and makes no
	representations or warranties regarding third party IPR, including
	without limitation patents, copyrights or trade secret rights.  This
	document may contain inventions for which you must obtain licenses
	from third parties before making, using or selling the inventions.
	Defined terms above are set forth in the schedule to the Open Mobile
	Alliance Application Form.

	NO REPRESENTATIONS OR WARRANTIES (WHETHER EXPRESS OR IMPLIED) ARE
	MADE BY THE OPEN MOBILE ALLIANCE OR ANY OPEN MOBILE ALLIANCE MEMBER
	OR ITS AFFILIATES REGARDING ANY OF THE IPR'S REPRESENTED ON THE "OMA
	IPR DECLARATIONS" LIST, INCLUDING, BUT NOT LIMITED TO THE ACCURACY,
	COMPLETENESS, VALIDITY OR RELEVANCE OF THE INFORMATION OR WHETHER OR
	NOT SUCH RIGHTS ARE ESSENTIAL OR NON-ESSENTIAL.

	THE OPEN MOBILE ALLIANCE IS NOT LIABLE FOR AND HEREBY DISCLAIMS ANY
	DIRECT, INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL, CONSEQUENTIAL, OR
	EXEMPLARY DAMAGES ARISING OUT OF OR IN CONNECTION WITH THE USE OF
	DOCUMENTS AND THE INFORMATION CONTAINED IN THE DOCUMENTS.

	Copyright 2007 Open Mobile Alliance Ltd.  All Rights Reserved.
	Used with the permission of the Open Mobile Alliance Ltd. under the
	terms set forth above.
-->
<!-- 
	CHANGE HISTORY
	
	20060322 		OMA-BCAST-2006-0269: File created
	20061219		clerical changes (header, namespace); creation as permanent document
	20070105		clerical changes (comments restored to version 20060322 as they had been shifted 
												around in version 20061219 due to a bug in the XML tool used) 
	20070204		clerical changes (namespace name was wrong)  
								resolves review comment SUP002 in OMA-BCAST-2007-0064-INP_ICONRR_for_XML_schemas_and_DTDs
	20070418		fullFDT attribute implemented (see TS Service Guide) which was missing
								clerical changes in comments
-->
<xs:schema xmlns="urn:oma:xml:bcast:fd:fdt:1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:oma:xml:bcast:fd:fdt:1.0" elementFormDefault="qualified">
	<!-- IETF elements and datatypes -->
	<xs:element name="FDT-Instance" type="FDT-InstanceType"/>
	<xs:complexType name="FDT-InstanceType">
		<xs:sequence>
			<!-- IETF elements -->
			<xs:element name="File" type="FileType" maxOccurs="unbounded"/>
			<!-- BCAST elements -->
			<xs:element name="MBMS-Session-Identity-Expiry" type="MBMS-Session-Identity-Expiry-Type" minOccurs="0" maxOccurs="unbounded"/>
			<!-- other elements -->
			<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<!-- IETF attributes -->
		<xs:attribute name="Expires" type="xs:string" use="required"/>
		<xs:attribute name="Complete" type="xs:boolean" use="optional"/>
		<xs:attribute name="Content-Type" type="xs:string" use="optional"/>
		<xs:attribute name="Content-Encoding" type="xs:string" use="optional"/>
		<xs:attribute name="FEC-OTI-FEC-Encoding-ID" type="xs:unsignedByte" use="optional"/>
		<xs:attribute name="FEC-OTI-FEC-Instance-ID" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Maximum-Source-Block-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Encoding-Symbol-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Max-Number-of-Encoding-Symbols" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Scheme-Specific-Info" type="xs:base64Binary" use="optional"/>
		<!-- BCAST attributes -->
		<xs:attribute name="FullFDT" type="xs:boolean" use="optional" default="false"/>
		<xs:attribute name="Version-ID-Length" type="xs:unsignedLong" use="optional"/>
		<!-- other attributes -->
		<xs:anyAttribute namespace="##other" processContents="skip"/>
	</xs:complexType>
	<xs:complexType name="FileType">
		<xs:sequence>
			<!-- BCAST elements -->
			<xs:element name="MBMS-Session-Identity" type="MBMS-Session-Identity-Type" minOccurs="0" maxOccurs="unbounded"/>
			<!-- other elements -->
			<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
		<!-- IETF attributes -->
		<xs:attribute name="Content-Location" type="xs:anyURI" use="required"/>
		<xs:attribute name="TOI" type="xs:positiveInteger" use="required"/>
		<xs:attribute name="Content-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="Transfer-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="Content-Type" type="xs:string" use="optional"/>
		<xs:attribute name="Content-Encoding" type="xs:string" use="optional"/>
		<xs:attribute name="Content-MD5" type="xs:base64Binary" use="optional"/>
		<xs:attribute name="FEC-OTI-FEC-Encoding-ID" type="xs:unsignedByte" use="optional"/>
		<xs:attribute name="FEC-OTI-FEC-Instance-ID" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Maximum-Source-Block-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Encoding-Symbol-Length" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Max-Number-of-Encoding-Symbols" type="xs:unsignedLong" use="optional"/>
		<xs:attribute name="FEC-OTI-Scheme-Specific-Info" type="xs:base64Binary" use="optional"/>
		<!-- BCAST attributes -->
		<xs:attribute name="Version-ID-Length" type="xs:unsignedLong" use="optional"/>
		<!-- other attributes -->
		<xs:anyAttribute namespace="##other" processContents="skip"/>
	</xs:complexType>
	<!-- BCAST extensions datatypes -->
	<xs:complexType name="MBMS-Session-Identity-Expiry-Type">
		<xs:simpleContent>
			<xs:extension base="MBMS-Session-Identity-Type">
				<xs:attribute name="value" type="xs:unsignedInt" use="required"/>
			</xs:extension>
		</xs:simpleContent>
	</xs:complexType>
	<xs:simpleType name="MBMS-Session-Identity-Type">
		<xs:restriction base="xs:unsignedByte"/>
	</xs:simpleType>
	<!-- BCAST restrictions datatypes -->
	<!-- MBMS adaptation : Content-Type & FEC-OTI-FEC-Encoding-ID required -->
	<!-- (superset of DVB-H adaptation)                                    -->
	<xs:complexType name="FDT-InstanceType-BdsMbmsDvb">
		<xs:complexContent>
			<xs:restriction base="FDT-InstanceType">
				<xs:sequence>
					<!-- unchanged elements to be listed again -->
					<xs:element name="File" type="FileType" maxOccurs="unbounded"/>
					<xs:element name="MBMS-Session-Identity-Expiry" type="MBMS-Session-Identity-Expiry-Type" minOccurs="0" maxOccurs="unbounded"/>
					<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
				<!-- required attributes for MBMS adaptation -->
				<xs:attribute name="Content-Type" type="xs:string" use="required"/>
				<xs:attribute name="FEC-OTI-FEC-Encoding-ID" type="xs:unsignedByte" use="required"/>
				<xs:anyAttribute namespace="##other" processContents="skip"/>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<!-- DVB-H adaptation : Content-Type required -->
	<xs:complexType name="FDT-InstanceType-BdsDvb">
		<xs:complexContent>
			<xs:restriction base="FDT-InstanceType">
				<xs:sequence>
					<!-- unchanged elements to be listed again -->
					<xs:element name="File" type="FileType" maxOccurs="unbounded"/>
					<xs:element name="MBMS-Session-Identity-Expiry" type="MBMS-Session-Identity-Expiry-Type" minOccurs="0" maxOccurs="unbounded"/>
					<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
				<!-- required attributes for DVB-H adaptation -->
				<xs:attribute name="Content-Type" type="xs:string" use="required"/>
				<xs:anyAttribute namespace="##other" processContents="skip"/>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
	<!-- DVB-H + MBMS adaptations : Content-Length required -->
	<xs:complexType name="FileType-BdsMbmsDvb">
		<xs:complexContent>
			<xs:restriction base="FileType">
				<xs:sequence>
					<!-- unchanged elements to be listed again -->
					<xs:element name="MBMS-Session-Identity" type="MBMS-Session-Identity-Type" minOccurs="0" maxOccurs="unbounded"/>
					<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
				</xs:sequence>
				<!-- required attributes for DVB-H & MBMS adaptations -->
				<xs:attribute name="Content-Length" type="xs:unsignedLong" use="required"/>
				<xs:anyAttribute namespace="##other" processContents="skip"/>
			</xs:restriction>
		</xs:complexContent>
	</xs:complexType>
</xs:schema>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -