Business Object Model to XML Schema Export Mappings

Business Object Model Primitive Type Mapping to XML Schema data type
Boolean xsd:boolean
Date xsd:date
Date Time xsd:dateTime
Date Time and Time Zone xsd:dateTime

The following pattern is used to ensure valid formatting:

.+T.+(Z|[+-].+)

Decimal xsd:double

xsd:decimal

Duration xsd:duration
ID xsd:string

The following pattern is used to ensure valid formatting:

[\i-[:]][\c-[:]]*

Integer xsd:int

xsd:integer

Object xsd:any
Text xsd:string

The following restrictions are applied:

maxLength value="50"

Time xsd:time
URI xsd:anyURI