MetaAbstract
2017-11-04 12:48:21 UTC
Hi,
I define custom id generator and can't define class for custom id generator
because class is nmtoken type not string. XSD checker give error for class
name.
<orm:id name="DUUID" type="string" length="33">
<orm:generator strategy="CUSTOM"></orm:generator>
<orm:custom-id-generator
class="MetaAbstract\Documents\Utils\DUUID"></orm:custom-id-generator>
</orm:id>
I need to correct xsd or i am don't understand something?
I define custom id generator and can't define class for custom id generator
because class is nmtoken type not string. XSD checker give error for class
name.
<orm:id name="DUUID" type="string" length="33">
<orm:generator strategy="CUSTOM"></orm:generator>
<orm:custom-id-generator
class="MetaAbstract\Documents\Utils\DUUID"></orm:custom-id-generator>
</orm:id>
I need to correct xsd or i am don't understand something?
--
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "doctrine-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to doctrine-user+***@googlegroups.com.
To post to this group, send email to doctrine-***@googlegroups.com.
Visit this group at https://groups.google.com/group/doctrine-user.
For more options, visit https://groups.google.com/d/optout.