Closed fernandor777 closed 5 years ago
This PR improves convert algorithm allowing processing multiple schema files types. For this reason now parameters format changed to:
java -jar datexgml.jar "{prefixedType1},{prefixedType2}" "{targetNamespace}" {filePath1} {filePath2} ... {filePath_n}
Example:
java -jar datexgml.jar "sit:Situation,d2:payload" "http://geosolutions.it/schema/3/3_5" DATEXII_3_D2Payload.xsd DATEXII_3_commons.xsd
This PR improves convert algorithm allowing processing multiple schema files types. For this reason now parameters format changed to:
Example: