Show TOC

XSD Data Types MappingLocate this document in the navigation structure

The Service Browser is a Web Dynpro application but Web Dynpro does not support particular XSD types. The table below describes the correspondence of these Web Dynpro types to some standard XSD types.

XSD Type Description Web Dynpro Type

Duration

The representation of the type Duration should have the following format: PnYn MnDTnH nMnS where:

  • nY represents the number of years
  • nM the number of months
  • nD the number of days
  • T is the date/time separator
  • nH the number of hours
  • nM the number of minutes
  • nS the number of seconds

The number of seconds can include decimal digits to arbitrary precision. The designator T must be absent if and only if all of the time items are absent. The designator P must always be present.

Date

Qname

Represents XML Qualified name. Its format is the set of tuples{<namespace>, <localpart>}

String

Notation

Represents the standard XML attribute type. It consists of the set of QNames of notations declared in the current schema.

String

anyType

 

String

anySimpleType

 

String

anyURI

 

String

gDay

Represents a Gregorian day that recurs.

Date

gMonth

Represents a Gregorian month.

Date

gYear

Represents a Gregorian calendar year.

Date

gYearMonth

Represents a specific Gregorian month in a specific Gregorian year.

Date

gMonthDay

Represents a Gregorian date that recurs.

Date