cancel
Showing results for 
Search instead for 
Did you mean: 

XSD:DATE properties

Former Member
0 Kudos

Hello All,

I have defined type of field as XSD:DATE and it is coming from non SAP system. What are the below properties I need to fill and how can I define length

pattern

enumeration

whiteSpace

minInclusive

maxInclusive

minExclusive

maxExclusive

Regards,

Moorthy

Accepted Solutions (1)

Accepted Solutions (1)

udo_martens
Active Contributor
0 Kudos

Hi Moorthy,

have a look to [W3C school / xsd:date|http://www.w3schools.com/schema/schema_dtypes_date.asp]. It is usually YYYY-MM-DD but can as well come with some infos regarding zone or time.

Plz do not fill properties, it makes no sense for xsd:date.

Regards,

Udo

Former Member
0 Kudos

Hello All,

Thanks for your replies.

I need to define the minimum length for a field of type XSD:DECIMAL. What is the parameter I have to use?

Regards,

Moorthy

udo_martens
Active Contributor
0 Kudos

Hi Moorthy,

if your first question is answered you should close the thread and ask the next question in another thread.

Regards,

Udo

stefan_grube
Active Contributor
0 Kudos

> I need to define the minimum length for a field of type XSD:DECIMAL. What is the parameter I have to use?

Did you not understand the answers that are given to you?

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

It does not make sense to define a length for an xsd:date is this is a fixed format.

If your incoming value does not much to xsd:date, use xsd:string instead.

rajasekhar_reddy14
Active Contributor
0 Kudos

searech in google ...you will understand...w3schools.com

Former Member
0 Kudos

already I am done with google. It would be great If you can answer to my question.