An alternate, more complete suggestion for updating your schemas. This not only has the correct paths, but also has valid namespaces for all the schemas (i just made them up).
Having these can be helpful for folks who want to generate configuration documents in ways OTHER than just xml. I can run xjc against these and generate java classes and then theoretically configure my whole apigee config in java/groovy etc and then just export the final step back to xml and upload :-D.
You probably want to look at this with ?w=1 to fix the whitespace issues
An alternate, more complete suggestion for updating your schemas. This not only has the correct paths, but also has valid namespaces for all the schemas (i just made them up).
Having these can be helpful for folks who want to generate configuration documents in ways OTHER than just xml. I can run xjc against these and generate java classes and then theoretically configure my whole apigee config in java/groovy etc and then just export the final step back to xml and upload :-D.
You probably want to look at this with ?w=1 to fix the whitespace issues