[kplato] Fwd: RE: license and patent issues with PMXML

Dag Andersen danders at get2net.dk
Mon Nov 8 17:02:07 CET 2004


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


More information about the kplato mailing list