Trying to define an XML Schema for a flat file...

I am trying to define an XML Schema for a flat file. One of the fields is a date in the format mm/dd/yyyy. Is there some where that I can go to find a definition of the SimpleType to validate such a field?

    Requires Free Membership to View

Appendix D of part II of the W3C Schema specification details the built-in types for handling dates (http://www.w3.org/TR/xmlschema-2/#isoformats). I would urge you to use the built-in types rather than create your own where possible.

This is especially true in the case of dates because, although it is theoretically possible to validate dates (taking account of leap years etc.) using regular expressions, such as can be used with SimpleType, can get very complicated. (http://lists.xml.org/archives/xml-dev/200101/msg00840.html).

This was first published in December 2001

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.