Efficient XML interchange schema document encoding

US9128912B2 · US · B2

Patent metadata
FieldValue
Publication numberUS-9128912-B2
Application numberUS-201213554862-A
CountryUS
Kind codeB2
Filing dateJul 20, 2012
Priority dateJul 20, 2012
Publication dateSep 8, 2015
Grant dateSep 8, 2015

How to read this patent

A practical reading order for non-experts. Skip the full description unless you need deep technical detail.

  1. Title

    What the patent document calls the invention.

  2. Abstract

    A short plain-language summary of the technical disclosure.

  3. Assignees and inventors

    Who owns or filed the patent and who is credited as inventor.

  4. Key dates

    Filing, priority, publication, and grant dates set the timeline.

  5. First independent claim

    The legal scope of protection — read this for what is actually claimed.

  6. CPC / IPC classifications

    Technology tags used to group this patent with similar filings.

  7. Citations and related patents

    Prior art links and similar publications in this corpus.

Abstract

Official abstract text for this publication.

A method of reducing the size of a simpleType element in an Efficient XML Interchange (EXI) schema document may include modifying each simpleType element in an XSD document by eliminating one or more facets from each simpleType element. The method may also include encoding the XSD document into an EXI schema document by transforming each modified simpleType element in the XSD document from an XSD simpleType element with start and end tags to an encoded EXI simpleType element expressed as a sequence of bits.

First claim

Opening claim text (preview).

What is claimed is: 1. A method of reducing the size of a simpleType element in an Efficient XML Interchange (EXI) schema document, the method comprising: modifying each simpleType element in an XML Schema Definition (XSD) document by eliminating one or more validation-specific facets from each simpleType element; and encoding the XSD document into an EXI schema document by transforming each modified simpleType element in the XSD document from an XSD simpleType element with start and end tags to an encoded EXI simpleType element expressed as a sequence of bits, wherein each of the one or more validation-specific facets includes a facet employed to validate whether a document conforms to the XSD. 2. The method according to claim 1 , further comprising utilizing the encoded EXI schema document in a task other than XML validation. 3. The method according to claim 1 , further comprising utilizing the encoded EXI schema document in a task of encoding an XML document into an EXI document. 4. The method according to claim 1 , further comprising utilizing the encoded EXI schema document in a task of decoding an XML document from an EXI document. 5. The method according to claim 1 , further comprising utilizing the encoded EXI schema document in a task of encoding an XML document into a Comma-Separated Values (CSV) document, a flat file document, or a JavaScript Object Notation (JSON document). 6. The method according to claim 1 , further comprising utilizing the encoded EXI schema document in a task of decoding an XML document from a Comma-Separated Values (CSV) document, a flat file document, or a JavaScript Object Notation (JSON) document. 7. The method according to claim 1 , wherein: the eliminated one or more validation-specific facets include length, minLength, maxLength, pattern, maxInclusive, maxExclusive, minExclusive, totalDigits, and fractionDigits for all varieties of simpleType elements; the eliminated one or more validation-specific facets further include minInclusive for each simpleType element other than integer atomic variety simpleType elements that are a bounded integer; and the eliminated one or more validation-specific facets further include whitespace for each simpleType element other than string atomic variety simpleType elements. 8. A non-transitory computer-readable medium storing a program that causes a processor to execute the method according to claim 1 . 9. A method of reducing the size of a simpleType element in an Efficient XML Interchange (EXI) schema document, the method comprising: identifying each simpleType element in an XML Schema Definition (XSD) document; encoding the XSD document into an EXI schema document by transforming each identified simpleType element in the XSD document from an XSD simpleType element with start and end tags to an encoded EXI simpleType element expressed as a sequence of bits, the encoding including, for each identified simpleType element, encoding the following fields into a single fixed-length auxiliary field: a variety field for a union or list variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, and a pattern presence field for a boolean atomic variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, a whitespace field, and a restricted characters field for a string atomic variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, an integer width field, and a minInclusive pointer field for an integer atomic variety simpleType element; or a variety field, an enumeration presence field, and an ancestry identifier field for any other atomic variety simpleType element. 10. The method according to claim 9 , wherein the length of the single fixed-length auxiliary field is 4 bytes. 11. The method according to claim 10 , wherein: each variety field and each whitespace field has a length of 2 bits; each enumeration presence field and each pattern presence field has a length of 1 bit; each ancestry identifier field has a length of 5 bits; each restricted characters field has a length of 8 bits; each integer width field has a length of 8 bits; and each minInclusive pointer field has a length of 16 bits. 12. The method according to claim 9 , further comprising utilizing the encoded EXI schema document in a task other than XML validation. 13. The method according to claim 12 , further comprising utilizing the encoded EXI schema document in a task of encoding an XML document into an EXI document, a Comma-Separated Values (CSV) document, a flat file document, or a JavaScript Object Notation (JSON) document. 14. The method according to claim 12 , further comprising utilizing the encoded EXI schema document in a task of decoding an XML document from an EXI document, a Comma-Separated Values (CSV) document, a flat file document, or a JavaScript Object Notation (JSON) document. 15. The method according to claim 12 , further comprising eliminating one or more facets from each identified simpleType element in the XSD document prior to encoding the XSD document into an EXI schema document. 16. The method according to claim 14 , wherein: the eliminated one or more facets include length, minLength, maxLength, pattern, maxInclusive, maxExclusive, minExclusive, totalDigits, and fractionDigits for all varieties of simpleType elements; the eliminated one or more facets further include minInclusive for each simpleType element other than integer atomic variety simpleType elements that are a bounded integer; and the eliminated one or more facets further include whitespace for each simpleType element other than string atomic variety simpleType elements. 17. A non-transitory computer-readable medium storing a program that causes a processor to execute the method according to claim 9 . 18. A system including: a non-transitory computer-readable medium storing a program; and an Efficient XML Interchange (EXI) schema encoder including a processor configured to execute the program, the program configured to cause the processor to execute a method of reducing the size of a simpleType element in an Efficient XML Interchange (EXI) schema document, the method comprising: modifying each simpleType element in an XML Schema Definition (XSD) document by eliminating one or more facets from each simpleType element; encoding the XSD document into an EXI schema document by transforming each modified simpleType element in the XSD document from an XSD simpleType element with start and end tags to an encoded EXI simpleType element expressed as a sequence of bits, the encoding including, for each modified simpleType element, encoding the following fields into a single fixed-length auxiliary field: a variety field for a union or list variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, and a pattern presence field for a boolean atomic variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, a whitespace field, and a restricted characters field for a string atomic variety simpleType element; a variety field, an enumeration presence field, an ancestry identifier field, an integer width field, and a minInclusive pointer field for an integer atomic variety simpleType element; or a variety field, an enumeration presence field, and an ancestry identifier field for any other atomic variety simpleType element. 19. The system according to claim 18 , where

Assignees

Inventors

Classifications

  • Storage facilities · CPC title

  • G06F40/149Primary

    Adaptation of the text data for streaming purposes, e.g. Efficient XML Interchange [EXI] format · CPC title

  • Physics · mapped topic

  • Physics · mapped topic

  • Physics · mapped topic

Patent family

Related publications grouped by family.

External sources

Frequently asked questions

Answers are generated from the same data shown on this page.

What does patent US9128912B2 cover?
A method of reducing the size of a simpleType element in an Efficient XML Interchange (EXI) schema document may include modifying each simpleType element in an XSD document by eliminating one or more facets from each simpleType element. The method may also include encoding the XSD document into an EXI schema document by transforming each modified simpleType element in the XSD document from an X…
Who is the assignee on this patent?
Kamiya Takuki, Fujitsu Ltd
What technology area does this patent fall under?
Primary CPC classification G06F40/149. Mapped technology areas include Physics.
When was this patent published?
Publication date Tue Sep 08 2015 00:00:00 GMT+0000 (Coordinated Universal Time) (B2). Legal status and post-grant events are not shown on this page.
What related patents are in patentsdb?
We list 1 related publication on this page (citations in our corpus or others sharing the same primary CPC).