Skip to content
Snippets Groups Projects
Commit 85c80fc4 authored by Simon Spinner's avatar Simon Spinner
Browse files

Refactor schema of subsystem

parent e66670c5
No related branches found
No related tags found
No related merge requests found
......@@ -36,12 +36,12 @@ public class SubsystemExtension implements Extension {
/**
* The name space used for the {@code substystem} element
*/
public static final String NAMESPACE = "urn:mycompany:mysubsystem:1.0";
public static final String NAMESPACE = "urn:tools:descartes:prisma:agent:1.0";
/**
* The name of our subsystem within the model.
*/
public static final String SUBSYSTEM_NAME = "mysubsystem";
public static final String SUBSYSTEM_NAME = "prisma";
/**
* The parser used for parsing our subsystem
......
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:mycompany:mysubsystem:1.0"
xmlns="urn:mycompany:mysubsystem:1.0"
targetNamespace="urn:tools:descartes:prisma:agent:1.0"
xmlns="urn:tools:descartes:prisma:agent:1.0"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="1.0">
......
mysubsystem=My subsystem
mysubsystem.add=Operation Adds subsystem
mysubsystem.remove=Operation Removes subsystem
mysubsystem.extract-performance-model=Extract Performance Model
mysubsystem.extract-performance-model.application=Application Name
mysubsystem.extract-performance-model.repository=Component Repository
mysubsystem.extract-performance-model.system=Component Assembly
mysubsystem.extract-performance-model.resourcetypes=Resource Types
mysubsystem.extract-performance-model.deployment=System Deployment
mysubsystem.extract-performance-model.resourcelandscape=Resource Landscape
mysubsystem.extract-performance-model.host=Host
\ No newline at end of file
prisma=My subsystem
prisma.add=Operation Adds subsystem
prisma.remove=Operation Removes subsystem
prisma.extract-performance-model=Extract Performance Model
prisma.extract-performance-model.application=Application Name
prisma.extract-performance-model.repository=Component Repository
prisma.extract-performance-model.system=Component Assembly
prisma.extract-performance-model.resourcetypes=Resource Types
prisma.extract-performance-model.deployment=System Deployment
prisma.extract-performance-model.resourcelandscape=Resource Landscape
prisma.extract-performance-model.host=Host
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment