Menu

#16 Missing built-in datatypes

New
nobody
None
Medium
Defect
2012-10-24
2012-10-24
Anonymous
No

Originally created by: Jordi.A...@gmail.com

What steps will reproduce the problem?
1. Some standard built-in datatypes are missing so you can't use them...

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
OS/System independent.

Please provide any additional information below.
Could you add the all the data types defined in: http://www.w3.org/TR/xmlschema-2/#built-in-datatypes

For your convenience I collected them here (just copy&paste to class.phpwsdl.php):

public static $BasicTypes=Array(
'anyType',
'anyURI',
'base64Binary',
'boolean',
'byte',
'date',
'decimal',
'double',
'duration',
'dateTime',
'float',
'gDay',
'gMonthDay',
'gYearMonth',
'gYear',
'hexBinary',
'int',
'integer',
'long',
'NOTATION',
'number',
'QName',
'short',
'string',
'time',
       
'nonNegativeInteger',
'unsignedLong',
'unsignedInt',
'unsignedShort',
'unsignedByte',
'positiveInteger',
'nonPositiveInteger',
'negativeInteger',
'normalizedString',
'token',
'language',
'NMTOKEN',
'Name',
'NCName',
'ID',
'IDREF',
'ENTITY'
);

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.