mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Erste checks
This commit is contained in:
9
HaWeb/XMLTests/InodeRule.cs
Normal file
9
HaWeb/XMLTests/InodeRule.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace HaWeb.XMLTests;
|
||||
|
||||
public interface INodeRule {
|
||||
public string Name { get; }
|
||||
public string XPath { get; }
|
||||
public string? uniquenessAttribute { get; }
|
||||
public List<(string LinkAttribute, string RemoteElement, string RemoteAttribute)>? References { get; }
|
||||
public string[]? Attributes { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user