Skip to content

Instantly share code, notes, and snippets.

@Rendez
Created January 3, 2011 00:58
Show Gist options
  • Save Rendez/762989 to your computer and use it in GitHub Desktop.
Save Rendez/762989 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<ae:configurations xmlns:ae="http://agavi.org/agavi/config/global/envelope/1.0" <-- "ae" stands for agavi envelope
xmlns="http://agavi.org/agavi/config/parts/routing/1.0" xmlns:xi="http://www.w3.org/2001/XInclude">
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:envelope_1_0="http://agavi.org/agavi/config/global/envelope/1.0" <--
xmlns:types_1_0="http://agavi.org/agavi/config/global/types/1.0"
xmlns="http://agavi.org/agavi/config/parts/routing/1.0"
targetNamespace="http://agavi.org/agavi/config/parts/routing/1.0"
[...]
@Rendez
Copy link
Author

Rendez commented Jan 3, 2011

The Agavi envelope wrapper file used in configuration definitions. XSD's usually redefine _envelope.xsd, in order to pinpoint the same base structure everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment