Search found 3 matches

by magaly
Mon Jan 16, 2017 11:18 am
Forum: Common Problems
Topic: date fromat in xmlGenerator
Replies: 6
Views: 4184

Re: date fromat in xmlGenerator

Hi Adrian,

Thank's a lot for the attention you have on this topic, let's keep in touch to know what solution the investigations are suggesting.

Regards

Magaly
by magaly
Fri Jan 13, 2017 11:17 am
Forum: Common Problems
Topic: date fromat in xmlGenerator
Replies: 6
Views: 4184

Re: date fromat in xmlGenerator

Hi Adrian,

Thank you for your answer. The thing that I do not understand is that the date I have on xml was generated by Oxygen from the xsd file so why it is not following the given pattern ?
Maybe the restriction is not taken into account ?

Regards,
Magaly
by magaly
Thu Jan 12, 2017 1:20 pm
Forum: Common Problems
Topic: date fromat in xmlGenerator
Replies: 6
Views: 4184

date fromat in xmlGenerator

Hi, I am trying to generate date format from xsd file through xml generator to do so I am defining the date in XSD. <xs:simpleType name="myType"> <xs:restriction base="xs:dateTime"> <xs:pattern value="\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d\.\d\d\d\d\d\d"/> </xs:restriction> ...