📄 oma-sup-xsd_bcast_sg_sgdd-v1_0-20080226-c.xsd
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!--
Mobile Broadcast - Service Guide Delivery Descriptor
version - 1.0
date - 26 February 2008
FILE INFORMATION
OMA Permanent Document
File: OMA-SUP-XSD_bcast_sg_sgdd-V1_0-20080226-C
Type: Text - Schema Description
Public Reachable Information
Path: http://www.openmobilealliance.org/tech/profiles
Name: bcast_sg_sgdd-v1_0.xsd
NORMATIVE INFORMATION
Information about this file can be found in the specification
OMA-TS-BCAST_ServiceGuide-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 2008 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
20060807 File created
20061222 OMA-BCAST-2006-1081R02 implemented
20070125 CR OMA-BCAST-2007-0121-CR_Updates_to_SGDD_XML_Schema implemented
- made consistent with OMA-TS-BCAST_Service_Guide-V1_0_0-20070104-D
- added range check to the type of BSMFilterCode
20070404 made consistent with OMA-TS-BCAST_Service_Guide-V1_0_0-20070329-D
20070410 CR BCAST-2007-0440 implemented
to make consistent with OMA-TS-BCAST_Service_Guide-V1_0_0-20070405-D after followup consistency review.
20070417 CR BCAST-2007-0362R01 implemented
20070423 CR BCAST-2007-0440R01 implemented to make consistent with OMA-TS-BCAST_Service_Guide-V1_0_0-20070421-D.
20070425 Version to enter Candidate approval.
Clerical: made naming consistent with OMNA rules
Consistent with OMA-TS-BCAST_Service_Guide-V1_0-20070421-D
20070529 Clerical: renamed to Candidate version.
20070704 Maintenance CR BCAST-2007-0559 implemented.
- FragmentTypeType includes InteractivityFragment (type 9) now;
- Clerical: replaced some non-7bit chars by 7bit equivalents
20070808 1) Changes in latest TS versions incorporated
- OMA-TS-BCAST_Service_Guide-V1_0-20070710-C
- OMA-TS-BCAST_Service_Guide-V1_0-20070727-C
20070919 Aligned with OMA-TS-BCAST_Service_Guide-V1_0-20070907-C
20071220 Aligned with OMA-TS-BCAST_Service_Guide-V1_0-20071218-D
20080123 Implemented one comment from Ericsson in R&A of doc 2008-0008 w.r.t. the incomplete implementation of CR BCAST-2007-0668R01 in TS SG.
-->
<xs:schema xmlns="urn:oma:xml:bcast:sg:sgdd:1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:roam="urn:oma:xml:bcast:roaming:frontend:1.0"
targetNamespace="urn:oma:xml:bcast:sg:sgdd:1.0" elementFormDefault="qualified"
attributeFormDefault="unqualified">
<!-- Importing xml default declarations (like xml:lang and xml:space) -->
<xs:import namespace="http://www.w3.org/XML/1998/namespace"
schemaLocation="http://www.w3.org/2001/xml.xsd"/>
<xs:import namespace="urn:oma:xml:bcast:roaming:frontend:1.0"
schemaLocation="http://www.openmobilealliance.org/tech/profiles/bcast_roaming_frontend-V1_0.xsd"/>
<!--
======================================
Service Guide Delivery Descriptor
=======================================
-->
<xs:element name="ServiceGuideDeliveryDescriptor" type="ServiceGuideDeliveryDescriptorType"/>
<xs:complexType name="ServiceGuideDeliveryDescriptorType">
<xs:sequence>
<xs:element name="NotificationReception" type="NotificationReceptionType" minOccurs="0"/>
<xs:element name="BSMList" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="BSMSelector" type="BSMSelectorType" maxOccurs="unbounded"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="DescriptorEntry" type="DescriptorEntryType" maxOccurs="unbounded"/>
<xs:element name="PrivateExt" type="PrivateExtType" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="xs:anyURI" use="optional"/>
<xs:attribute name="version" type="xs:unsignedInt" use="optional"/>
</xs:complexType>
<xs:complexType name="PrivateExtType">
<xs:sequence>
<xs:annotation>
<xs:documentation> This container provides the place for proprietary and
application-specific extensions. Extensions SHALL use a different namespace.
</xs:documentation>
</xs:annotation>
<xs:any namespace="##other" processContents="skip" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<!--
======================================
NotificationReception sub-type
=======================================
-->
<xs:complexType name="NotificationReceptionType">
<!--
this construct implements the constraint:
"at least one of the elements <IPBroadcastDelivery>, <RequestURL>, or <PollURL> SHALL be present."
-->
<xs:choice>
<xs:sequence>
<xs:element name="IPBroadcastDelivery">
<xs:complexType>
<xs:attribute name="port" type="xs:unsignedInt" use="required"/>
<xs:attribute name="address" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
<xs:element name="RequestURL" type="xs:anyURI" minOccurs="0"/>
<xs:element name="PollURL" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
<xs:sequence>
<xs:element name="RequestURL" type="xs:anyURI"/>
<xs:element name="PollURL" type="xs:anyURI" minOccurs="0"/>
</xs:sequence>
<xs:sequence>
<xs:element name="PollURL" type="xs:anyURI"/>
</xs:sequence>
</xs:choice>
</xs:complexType>
<!--
======================================
BSMSelector sub-type
=======================================
-->
<!--
The type of bsmFilterCode.
1 - BSMCode (Smart Card Code)
This is used if the determination is made based on the country and operator code in the (U)SIM/(R-)UIM/CSIM
2 - BSMCode (Non Smart Card Code):
This is used if the determination is made based on the country and operator code in the terminal
Other values are reserved.
-->
<xs:simpleType name="BFCRangeType">
<xs:restriction base="xs:unsignedByte">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="2"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Digit2Type">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Digit3Type">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{3}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Digit4Type">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{4}"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Digit23Type">
<xs:restriction base="xs:string">
<xs:pattern value="[0-9]{2}[0-9]?"/>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -