Skip to content

Commit 8c90c8c

Browse files
committed
Add references to the schema files
1 parent d036277 commit 8c90c8c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/XML/saml/AbstractSamlElement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ abstract class AbstractSamlElement extends AbstractElement
1919

2020
/** @var string */
2121
public const NS_PREFIX = 'saml';
22+
23+
/** @var string */
24+
public const SCHEMA = 'resources/schemas/saml-schema-assertion-2.0.xsd';
2225
}

src/XML/samlp/AbstractSamlpElement.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,7 @@ abstract class AbstractSamlpElement extends AbstractElement
1919

2020
/** @var string */
2121
public const NS_PREFIX = 'samlp';
22+
23+
/** @var string */
24+
public const SCHEMA = 'resources/schemas/saml-schema-protocol-2.0.xsd';
2225
}

0 commit comments

Comments
 (0)