Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #340 (closed enhancement: fixed)

Opened 1 year ago

Last modified 10 months ago

Complete implementation of data types (xsd, soap)

Reported by: nahi Assigned to: nahi
Priority: high Milestone: 1.5.8
Component: wsdl4r Version: 1.5
Keywords: Cc:

Description

Moved from #252.

The following remains unimplemented:

#3.3.4 NMTOKEN
#3.3.5 NMTOKENS
#3.3.6 Name
#3.3.7 NCName
#3.3.8 ID
#3.3.9 IDREF
#3.3.10 IDREFS
#3.3.11 ENTITY
#3.3.12 ENTITIES

Change History

07/20/07 10:29:59 changed by nahi

  • priority changed from low to high.
  • component changed from soap4r to wsdl4r.
  • severity changed from normal to major.
  • milestone changed from undefined to 1.5.8.

I don't think I can fully implement restrictions of NMTOKEN, etc. but it should be able to use.

07/21/07 12:51:38 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1892]) * added classes for rest built-in datatypes of XML Schema Datatypes (NMTOKEN, NMTOKENS, Name, NCName, ID, IDREF, IDREFS, ENTITY, and ENTITIES). lexical scope is not checked for these datatypes yet. closes #340.