Skip to content

Commit

Permalink
Add references to the schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 2, 2025
1 parent d036277 commit 8c90c8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/XML/saml/AbstractSamlElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ abstract class AbstractSamlElement extends AbstractElement

/** @var string */
public const NS_PREFIX = 'saml';

/** @var string */
public const SCHEMA = 'resources/schemas/saml-schema-assertion-2.0.xsd';
}
3 changes: 3 additions & 0 deletions src/XML/samlp/AbstractSamlpElement.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ abstract class AbstractSamlpElement extends AbstractElement

/** @var string */
public const NS_PREFIX = 'samlp';

/** @var string */
public const SCHEMA = 'resources/schemas/saml-schema-protocol-2.0.xsd';
}

0 comments on commit 8c90c8c

Please sign in to comment.