PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, August 10, 2022

[FIXED] Why isn't xs:precisionDecimal part of the XSD1.1?

 August 10, 2022     decimal, precision, xml, xsd, xsd-1.1     No comments   

Issue

Although it is stated everywhere that xs:precisionDecimal belongs to the XML Schema 1.1 (see https://www.ibm.com/developerworks/xml/library/x-xml11pt1/ or https://www.w3.org/TR/xsd-precisionDecimal/), I cannot find any definition for xs:precisionDecimal under https://www.w3.org/2001/XMLSchema. If I'm clicking on the links under the XML Schema section, they are definitions for a lot of types (like int, double, string etc.) but not for precisionDecimal.

Where can I find the definition for xs:precisionDecimal and why is not part of https://www.w3.org/2001/XMLSchema?


Solution

At the time of the linked IBM DeveloperWorks article (2008), xs:precisionDecimal was planned for XSD 1.1 and was in the W3C XML Schema Definition Language (XSD) 1.1, W3C Working Draft 20 June 2008.

By W3C Candidate Recommendation 21 July 2011, xs:precisionDecimal was removed:

The precisionDecimal datatype has been removed since there does not seem to be sufficient consensus in the community for its retention.

It is, as you've observed, not part of the current recommendation, W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes, W3C Recommendation 5 April 2012.



Answered By - kjhughes
Answer Checked By - Gilberto Lyons (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing