I tried to generate classes from this Scheme definition:
I encountered several problems with the generated php files.
For example the legko.php created a file with the extension .php but No name.
Another example is the generated Date class:
<?php
namespace at\stuzza\www\namespaces\eps\epi\_2011\_11;
/**
* @xmlType xsd:date
* @xmlName Date
* @var at\stuzza\www\namespaces\eps\epi\_2011\_11\Date
* @xmlDefinition The date on which the ePI was created, or was made available to the ordering customer, by or on behalf of the beneficiary
*/
class Date
extends xsd:date
{
} // end class Date
This yields a syntax error when loading the file.
greets
Gerd