Skip to content
This repository has been archived by the owner on Dec 9, 2017. It is now read-only.

goetas/doctrine2xsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doctrine2xsd

Convert Doctrine2 XML mapping into XSD XML Schema

Usage

doctrine2xsd.php doctrine2xsd:generate-xsd /tmp/destination.xsd 'http://www.goetas.com/targetXML-Namespace' \
--ns-map='mercurio.ImmobiNetBundle.Entity:/www/htdocs/immobinet-asmir/vendor-dev/bundles/core/mercurio/ImmobiNetBundle/Resources/config/doctrine/:http://www.goetas.com/targetXML-Namespace' \

This command will pick all Doctrine2 Mapping in /www/htdocs/immobinet-asmir/vendor-dev/bundles/core/mercurio/ImmobiNetBundle/Resources/config/doctrine/ and create XSD schema in /tmp/destination.xsd. Entityes with mercurio\ImmobiNetBundle\Entity\* will be converted in XSD complexType (s) with http://www.goetas.com/targetXML-Namespace namespace

About

Convert Doctrine2 XML mapping into XSD XML Schema

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published