Name: erR10175 Date: 10/22/2003
Specification of the constructor
javax.xml.datatype.Duration.Duration(String lexicalRepresentation) has one illegal
lexical representation of the duration datatype. The value is "+P1DT12H".
According to the Section 3.2.6.1 Lexical representation of the XML Schema Part 2:
Datatypes, preceding plus sign ('+') is not allowed. The only allowed is minus
sign ('-'). So the description of the constructor should be fixed.
======================================================================
Specification of the constructor
javax.xml.datatype.Duration.Duration(String lexicalRepresentation) has one illegal
lexical representation of the duration datatype. The value is "+P1DT12H".
According to the Section 3.2.6.1 Lexical representation of the XML Schema Part 2:
Datatypes, preceding plus sign ('+') is not allowed. The only allowed is minus
sign ('-'). So the description of the constructor should be fixed.
======================================================================