which type name for various date format in an XSD file ?

P

pcouas

Hi,

I need to create an XSD file for XML document
In mys XML document i could have various date format
YYYYMMDD, YYMMDD, DDMMYY, DDMMYYYY
I know theses formats before creating xsd file, but i search how define
type for theses format ?

Regards
Philippe
 
M

Martin Honnen

pcouas said:
I need to create an XSD file for XML document
In mys XML document i could have various date format
YYYYMMDD, YYMMDD, DDMMYY, DDMMYYYY
I know theses formats before creating xsd file, but i search how define
type for theses format ?

YYYY-MM-DD (plus optional timezone info) is prefined as xs:date, see
<http://www.w3.org/TR/xmlschema-2/#date>. Consider using that format if
you have the choice.
 
P

pcouas

My final goal is to integrate dynamic XML datas coming from an Servlet
to Crystal Report on an Tomcat Server.
So i could test various date format and convert them to YYYY-MM-DD and
put date into XSD file ?

Regards
Philippe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top