xArch Java Source Code XML Schema 1.0
This schema allows the user to specify the source code
for a Java implementation of a component, connector,
or interface type.
Depends on: {types.xsd, variants.xsd, implementation.xsd,
javaimplementation.xsd}
Note: The actual dependency set of this extension is
just javaimplementation, but because of XML Schema
1.0's single inheritance model, we also extend variants
so that a component/connector type may have both
variants and an implementation.
Change Log:
2004-07-16: Eric M. Dashofy [edashofy@ics.uci.edu]:
Refactored elements to add genericity and allow
the specification of individual source files
and repositories.
2004-07-10: Eugen C. Nistor [enistor@ics.uci.edu]:
Initial development