2017 © Pedro Peláez
 

library doctrine2xsd

Convert Tool from Doctrine2 XML mapping to XSD XML Schema

image

goetas/doctrine2xsd

Convert Tool from Doctrine2 XML mapping to XSD XML Schema

  • Thursday, July 18, 2013
  • by goetas
  • Repository
  • 1 Watchers
  • 2 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

doctrine2xsd

Convert Doctrine2 XML mapping into XSD XML Schema, (*1)

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, (*2)

The Versions

18/07 2013

dev-master

9999999-dev https://github.com/goetas/doctrine2xsd

Convert Tool from Doctrine2 XML mapping to XSD XML Schema

  Sources   Download

LGPL

The Requires

 

by Asmir Mustafic

xml doctrine xsd xmlschmema