Disclosed is a method or an operation for providing a personalized tv-Anytime metadata service. According to an embodiment of the present invention, there is provided a method of providing a table field element using a get_Data operation in the tv-Anytime metadata service. In the table field element provision method, a requested fields type element (RequestedFieldsType) required to designate a field of a metadata table is included in a query result value type in the soap query operation. A request message of the soap query operation is received. When the request message includes the requested fields type element for designating the query result value, a query result value corresponding to the table field designated from the requested fields type element included in the request message is extracted, and the query result value is transmitted using a response message of the soap operation.
|
1. A method of providing a tv-Anytime metadata service using a simple object Access Protocol (soap) query operation, comprising the steps of:
a) including a requested fields type element, required to designate a field of a metadata table, in a query result value type in the soap query operation, wherein the field is a part of the metadata table;
b) receiving a request message of the soap query operation; and
c) if the request message includes the requested fields type element, extracting a query result value corresponding to the field of the metadata table designated by the requested fields type element included in the request message, and transmitting the query result value using a response message of the soap operation,
wherein the query result value includes only a value in the field of the metadata table among entire fields of the metadata table, and
wherein the requested fields type element included at step a) comprises:
a requested field sub-element for designating a field id of the field of the metadata table; and
a requested path sub-element for designating a path of the field id.
2. The tv-Anytime metadata service provision method according to
3. The tv-Anytime metadata service provision method according to
4. The tv-Anytime metadata service provision method according to
a requested field sub-element for designating the field id of the field of the metadata table; and
a requested path sub-element for designating a path of the field id.
5. The tv-Anytime metadata service provision method according to
| <complexType name=“RequestedFieldsType”> |
<sequence> |
<element name=“RequestedField” minOccurs=“0” maxOccurs= |
“unbounded”> |
<complexType> |
<sequence> |
<element name=“SortCriteria” type=“tns:SortCriteriaType” minOccurs= |
“0” maxOccurs=“unbounded”/> |
</sequence> |
<attribute name=“fieldID” type=“tns:fieldIDType” use=“required”/> |
</complexType> |
</element> |
<element name=“RequestedXPath” minOccurs=“0” maxOccurs= |
“unbounded”> |
<complexType> |
<sequence> |
<element name=“SortCriteria” type=“tns:SortCriteriaType” |
minOccurs=“0” maxOccurs=“unbounded”/> |
</sequence> |
<attribute name=“XPath” type=“string” use=“required”/> |
</complexType> |
</element> |
</sequence> |
</complexType>. |
| |
The present disclosure relates to subject matter contained in priority Korean Application Nos. 10-2004-0074548, filed on Sep. 17, 2004 and 10-2005-0025885, filed on Mar. 29, 2005, which are herein expressly incorporated by reference in its entirety.
1. Field of the Invention
The present invention relates, in general, to a TV-Anytime service and, more particularly, to a method for providing requested fields by get_Data operation in TV-Anytime metadata service.
2. Description of the Related Art
Recently, as a digital broadcasting service has become popularized, research into technology for providing a customized broadcasting service in a multichannel multimedia environment has been actively carried out. For example, TV-Anytime, which is a nonofficial international standard, is a standard for providing an anytime service of allowing a user to match his or her preferences with metadata on the basis of the metadata including description information of contents, to store desired contents, and to freely watch desired broadcast contents at any time.
As described above, metadata, which is description information about contents, includes content-based description information defined in Moving Picture Experts Group (MPEG)-7 and Electronic Program Guide (EPG) information in TV-Anytime service, and allows a user to easily search for and select desired contents. The metadata standard is composed of two parts. Part A defines a format for representing metadata, that is, a schema, and utilizes extensible Markup Language (XML)-based MPEG-7 Description Definition Language (DDL) [International Organization for Standardization (ISO)/International Electrotechnical Commission (IEC) 15938-2]. Part B relates to the transmission of metadata and includes a binary format (MPEG-7 BiM: Binary Format for MPEG-7) (ISO/IEC 15938-1), a fragmentation model, an encapsulation mode and an indexing method.
Content description metadata is created by a content creator and includes a program title, genre, summary, critic's reviews, etc. Instance description metadata is created by a content provider and includes location [broadcast time, channel, Uniform Resource Locator (URL), etc.], usage rule, delivery parameter, etc. User description metadata includes user preference, usage history, personal bookmarks, etc., and is created by a user.
TV-Anytime standards define two-types of metadata Web services for bi-directional metadata services using a return path: one is a well-defined behavior and the other is a remote procedure for an input/output set. In extensible Markup Language (XML)-based Web Service Description Language (WSDL) standards, the above-described remote procedure is defined in the form of a Simple Object Access Protocol (hereinafter referred to as “SOAP”) operation, and includes a “get_Data” operation used to search for metadata and a “submit_Data” operation used for user description submission. For reference, the above-described SOAP is an XML-based communication protocol enabling access to an object in a distribution environment.
Request/response types used in the TV-Anytime metadata service are defined in a namespace of “urn:tva:transport:2002”, which is provided as a tool for verifying a variety of messages. Types defined in metadata specification and content referencing standards are referred to in a transport namespace. Schema fragments are defined by the above-described namespace, and a namespace provider is defined in the form of “tns:” in the schema fragments. A perfect XML schema file has a form of tva_transport_types_v10.xsd.
1. get_Data operation
The get_Data operation provides a function of allowing a client to search a server for TV-Anytime data about a program or a program group. Functions that can be provided by a TV-Anytime metadata provider using the get_Data operation are exemplified by the following description.
Referring to
a. Request Format
As shown in
b. Response Format
As shown in
2. submit_Data operation
In TV-Anytime's phase I standard, the submit_Data operation is limited to data defined by a set of anonymous profile data created by intelligent agents based on a usage service and contents or by manual input. A TV-Anytime forum respects and includes basic rights of all users and providers, and includes private rights of content users and legal rights of all participators, such as content creators, content providers and service providers.
3. get_Data operation using user information
In a current TV-Anytime service, service agents perform a get_Data operation using algorithms specific for each agent on the basis of user metadata transmitted through the submit_Data operation, and transmit corresponding results to users.
As described above, a get_Data operation, currently defined in TV-Anytime SP006 returns results obtained from a desired table or an element TVAMain through a search operation. That is, the search results for the get_Data operation are transmitted on an element “TVAMain” basis or on a table basis, such as “ProgramInformationTable”, “GroupInformationTable”, “ProgramLocationTable”, “ServiceInformationTable”, “CreditsInformationTable”, “ProgramReviewTable”, or “SegmentInformationTable”.
In the meantime, a set-top box can search for contents and can be provided with corresponding metadata using the get_Data operation in a bi-directional environment. However, as the set-top box has been developed into a home server, it can function as a metadata service agent in the home. In a terminal using limited resources, such as a portable media player, the provision of conventional table-based metadata may waste resources.
For example, if a query is performed using the conventional get_Data operation when it is assumed that metadata provided by a portable media player to a user environment are title, genre, location information and review information, ProgramInformationTable, ProgramLocationTable and ProgramReviewTable are requested as the values of RequestedTables, and the values of corresponding elements or attributes are parsed and then displayed on a User Interface (UI). Therefore, due to unnecessary metadata in respective tables, network resources transmitting the unnecessary metadata and resources used in the parsing operation of the portable media player are wasted.
Further, the search for the conventional get_Data operation performed on a table basis is problematic in that resources are wasted due to the transmission of unnecessary metadata and reparsing performed by a client when the client does not require all of the metadata in a table.
Accordingly, the present invention has been made keeping in mind the above problems occurring in the prior art, and an object of the present invention is to provide a method for providing a personalized TV-Anytime metadata service, which can request return result values on a field basis in a modified get_Data operation to provide a personalized service, thus selectively returning a client's desired metadata.
In accordance with a first aspect of the present invention, there is provided a method of providing a TV-Anytime metadata service using a Simple Object Access Protocol (SOAP) query operation, comprising the steps of a) including a requested fields type element (RequestedFieldsType), required to designate a field of a metadata table, in a query result value type in the SOAP query operation, b) receiving a request message of the SOAP query operation, and c) when the request message includes the requested fields type element designated as the query result value, extracting a query result value corresponding to the designated table field from the requested fields type element included in the request message, and transmitting the query result value using a response message of the SOAP operation.
Preferably, the SOAP query operation may be a get_Data operation, and the requested fields type element included at step a) may comprise a requested field sub-element for designating a field ID (fieldID) of the metadata table, and a requested path sub-element for designating a path (Xpath) of the field ID (fieldID).
Preferably, the step c) may be performed so that, if duplicated data having the same field ID (fieldID) exist in the query result value, the duplicated data are removed from the query result value, and the metadata may be program description metadata.
In accordance with a second aspect of the present invention, there is provided a method of providing a TV-Anytime metadata service, the method providing a search on a field basis of a table using a get_Data operation in the TV-Anytime metadata service, comprising the steps of d) including, as a sub-element, a requested field element (RequestedFields) for designating a field of a table, in a requested table element (RequestedTables) as a query result value of the get_Data operation; e) receiving a request message of the get_Data operation; f) extracting a field designated in the requested field element from the table designated in the requested table element as a query result value in response to reception of the request message; and g) transmitting the extracted query result value using a response message of the get_Data operation.
Hereinafter, embodiments of the present invention will be described in detail with reference to the attached drawings.
In
The RequestedField has SortCriteria as a sub-element. The SortCriteria denotes sort criteria for query results, follows an existing sort method and has fieldID as an attribute. The value of the fieldID denotes an ID of a field to be retrieved as query results, and uses fieldIDType currently defined in the TV-Anytime standards.
At the time of query using the RequestedField, a problem may occur because a plurality of Xpaths may exist in a single fieldID. In this case, a service agent of a metadata server can transmit all duplicated data or remove the duplicated data, and can selectively transmit the duplicated data according to the policy of the service agent in the case of the same TVAMain instance. The transmission of the duplicated fieldID complies with the policy of a service provider.
In order to prevent the vagueness of the policy of the service provider, a user can request a query using RequestedXPath. That is, the RequestedXPath can designate a definite path (XPath) of a desired field to be requested according to the grammar of XPath. Similar to the above-described RequestedField, the RequestedXPath has SortCriteria as a sub-element and has XPath as an attribute, so that a value to be queried can be set to the value (type) of the attribute XPath.
Referring to
Next, an example of an instance of performing a query using the above-described get_Data operation is described. As shown in
Referring to
As described above, according to the first embodiment of the present invention, returned result values may be requested on a field basis in the get_Data operation, thus selectively returning the client's desired metadata. That is, the client of the metadata service can receive metadata query results on a table basis and/or on a field basis, so that the user can selectively receive only his or her desired metadata, thus remarkably decreasing the transmission of metadata and the burden on the client caused by reparsing. Further, the present invention can realize the above-described advantage even in a typical set-top box environment, and can be more profitably used in a client environment having limited processing resources.
In the meantime, according to the first embodiment of the present invention, in order to process the metadata on a field basis according to the request from the client, additional processing may be required in the server, but the processing time of the client can be more remarkably reduced by the present invention if the fact that a service agent is in a high capacity environment compared to a client environment is taken into consideration.
As shown in
In the above-described RequestedField and RequestedXPath, minOccurs=“0” and maxOccurs=“unbounded” are designated, so an infinite number (greater than or equal to 0) of queries for the RequestedField and RequestedXPath are possible.
The RequestedField includes SortCriteria as a sub-element. The SortCriteria denotes sort criteria for query results, which comply with a conventional sort method. Further, the RequestedField designates a field ID fieldID as an attribute. The value of the fieldID is an ID of a field to be retrieved as query results. The fieldID uses a field ID type fieldIDType currently defined in the TV-Anytime standards.
In the meantime, at the time of query using the RequestedField, a problem may occur because a plurality of Xpaths may exist in a single fieldID. In this case, a service agent of a metadata server can transmit all duplicated data or remove the duplicated data, and can selectively transmit the duplicated data according to the policy of the service agent in the case of the same TVAMain instance. The transmission of the duplicated fieldID complies with the policy of a service provider.
If a query is performed using the above-described RequestedXPath, the vagueness of the policy of the service provider can be prevented. That is, the RequestedXPath can designate a definite path (Xpath) of a desired field to be requested according to the grammar of the XPath. Similar to the above-described RequestedField, the RequestedXPath has SortCriteria as a sub-element and has XPath as an attribute. Therefore, a value to be queried can be set to the value (type) of the attribute XPath.
As shown in
As shown in
As described above, according to the second embodiment of the present invention, the element of the RequestedFieldsType is added as the sub-element of the RequestedTables, so that a unit requested field element having an ID of a specific field (FieldID) as an attribute can be designated without changing the get_Data operation. Accordingly, there is an advantage in that a client can request a return result value on a field basis of a requested table and selectively receive desired metadata.
Although the preferred embodiments of the present invention have been disclosed for illustrative purposes, those skilled in the art will appreciate that various modifications, additions and substitutions are possible, without departing from the scope and spirit of the invention as disclosed in the accompanying claims.
Yoon, Kyoung Ro, Lee, Jong Seul, Lee, Seok Pil, Lim, Tae Beom
Patent | Priority | Assignee | Title |
8233714, | Aug 01 2006 | ABBYY DEVELOPMENT INC | Method and system for creating flexible structure descriptions |
8908969, | Aug 01 2006 | ABBYY DEVELOPMENT INC | Creating flexible structure descriptions |
Patent | Priority | Assignee | Title |
7103357, | Nov 05 1999 | SYNIVERSE ICX, LLC | Media spooler system and methodology providing efficient transmission of media content from wireless devices |
7461077, | Jul 31 2001 | MUSICQUBED INNOVATIONS, LLC | Representation of data records |
7526425, | Aug 14 2001 | FIVER LLC | Method and system for extending keyword searching to syntactically and semantically annotated data |
20030200531, | |||
20040054541, | |||
20040184078, | |||
20040208480, | |||
20040210572, | |||
20050060372, | |||
20050131917, | |||
20050144285, | |||
20050165748, | |||
20060179138, | |||
EP1536349, | |||
WO3077558, | |||
WO3091829, | |||
WO2004010334, | |||
WO2004023341, |
Executed on | Assignor | Assignee | Conveyance | Frame | Reel | Doc |
Jun 03 2005 | LEE, JONG SEUL | Korea Electronics Technology Institute | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 016827 | /0542 | |
Jun 03 2005 | LEE, SEOK PIL | Korea Electronics Technology Institute | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 016827 | /0542 | |
Jun 03 2005 | LIM, TAE BEOM | Korea Electronics Technology Institute | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 016827 | /0542 | |
Jun 03 2005 | YOON, KYOUNG RO | Korea Electronics Technology Institute | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 016827 | /0542 | |
Jul 29 2005 | Korea Electronics Technology Institute | (assignment on the face of the patent) | / | |||
Jul 05 2013 | Korea Electronics Technology Institute | INTELLECTUAL DISCOVERY CO , LTD | ACKNOWLEDGEMENT OF PATENT EXCLUSIVE LICENSE AGREEMENT | 030831 | /0461 | |
Jul 12 2016 | Korea Electronics Technology Institute | INTELLECTUAL DISCOVERY CO , LTD | ASSIGNMENT OF ASSIGNORS INTEREST SEE DOCUMENT FOR DETAILS | 039189 | /0834 |
Date | Maintenance Fee Events |
May 15 2014 | ASPN: Payor Number Assigned. |
Sep 16 2014 | M2551: Payment of Maintenance Fee, 4th Yr, Small Entity. |
Nov 19 2018 | REM: Maintenance Fee Reminder Mailed. |
May 06 2019 | EXP: Patent Expired for Failure to Pay Maintenance Fees. |
Date | Maintenance Schedule |
Mar 29 2014 | 4 years fee payment window open |
Sep 29 2014 | 6 months grace period start (w surcharge) |
Mar 29 2015 | patent expiry (for year 4) |
Mar 29 2017 | 2 years to revive unintentionally abandoned end. (for year 4) |
Mar 29 2018 | 8 years fee payment window open |
Sep 29 2018 | 6 months grace period start (w surcharge) |
Mar 29 2019 | patent expiry (for year 8) |
Mar 29 2021 | 2 years to revive unintentionally abandoned end. (for year 8) |
Mar 29 2022 | 12 years fee payment window open |
Sep 29 2022 | 6 months grace period start (w surcharge) |
Mar 29 2023 | patent expiry (for year 12) |
Mar 29 2025 | 2 years to revive unintentionally abandoned end. (for year 12) |