Index: DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/XMLAttributes.cs
===================================================================
diff -u -r3893 -r4000
--- DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/XMLAttributes.cs (.../XMLAttributes.cs) (revision 3893)
+++ DamEngine/trunk/src/Deltares.DamEngine.Calculators/KernelWrappers/Assemblers/XMLAttributes.cs (.../XMLAttributes.cs) (revision 4000)
@@ -46,23 +46,23 @@
public const string XmlElementProfile = "Profile";
///
- /// Holds the common part of the path to the embedded resource
+ /// Holds the xsd resource path
///
- private const string EmbeddedResourcePath = "Deltares.DamEngine.Calculators.KernelWrappers.DamMacroStabilityCommon.Xsd";
+ public const string XsdEmbeddedResourcePath = EmbeddedResourcePath + "." + XmlSchemaName + ".xsd";
///
- /// Holds the name of the xml schema
+ /// Holds the xml namespace
///
- private const string XmlSchemaName = "DamMStabDocDefinition";
+ public const string XmlElementNamespace = "http://deltares.nl/2008/" + XmlSchemaName;
///
- /// Holds the xsd resource path
+ /// Holds the common part of the path to the embedded resource
///
- public const string XsdEmbeddedResourcePath = EmbeddedResourcePath + "." + XmlSchemaName + ".xsd";
+ private const string EmbeddedResourcePath = "Deltares.DamEngine.Calculators.KernelWrappers.DamMacroStabilityCommon.Xsd";
///
- /// Holds the xml namespace
+ /// Holds the name of the xml schema
///
- public const string XmlElementNamespace = "http://deltares.nl/2008/" + XmlSchemaName;
+ private const string XmlSchemaName = "DamMStabDocDefinition";
}
}
\ No newline at end of file