Problems with XSD types in AxisUserAPI.hpp
------------------------------------------
Key: AXISCPP-676
URL: http://issues.apache.org/jira/browse/AXISCPP-676
Project: Axis-C++
Type: Bug
Components: Basic Architecture
Reporter: Mark Whitlock
In AxisUserAPI.hpp there are the following problems...
- the comments for gYear, gMonth, gDay, gMonthDay and gYearDay have the "g"
incorrectly capitalized, so that users will think the XSD type is xsd:GYear
instead of xsd:gYear.
- the @typedef for some of these types are wrong which will produce bad API
docs (for instance GYear)
- the NMTOKEN typedef occurs twice
- the NCName typedef occurs twice but is commented out once.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira