Re: Fwd: RE: license and patent issues with PMXML
Dag Andersen <[email protected]> Mon, 8 Nov 2004 17:02:07 +0100
| Newsgroups | gmane.comp.kde.kplato |
|---|---|
| Message-ID | <[email protected]> |
On Mandag 08 november 2004 09:07, Mark Tombs wrote: > If it covers the requirements, why not. A couple of things I noted: Does anyone have a problem with TaskID=long? (Mark, I think you wanted a string): <xsd:attribute name="TaskID" type="xsd:long" use="required"/> Could there be other types of resources? <xsd:documentation>Type of Resource: 0=Material, 1=Work</xsd:documentation> There must be more currencies in the world, isn't there? <xsd:simpleType name="enumRateUnits"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="USD"/> <xsd:enumeration value="DM"/> <xsd:enumeration value="JPY"/> <xsd:enumeration value="EURO"/> <xsd:enumeration value="GBP"/> <xsd:enumeration value="CHF"/> </xsd:restriction> </xsd:simpleType> (snip) -- Mvh, Dag Andersen