@@ -8,6 +8,9 @@ |
||
8 | 8 | { |
9 | 9 | use xsdRestrictions; |
10 | 10 | |
11 | + /** |
|
12 | + * @param string $TNamespaceName |
|
13 | + */ |
|
11 | 14 | protected function isTNamespaceNameValid($TNamespaceName) |
12 | 15 | { |
13 | 16 | if (!$this->isNCName($TNamespaceName)) { |
@@ -6,6 +6,9 @@ |
||
6 | 6 | { |
7 | 7 | use AlgoWeb\ODataMetadata\xsdRestrictions; |
8 | 8 | |
9 | + /** |
|
10 | + * @param string $TSimpleIdentifier |
|
11 | + */ |
|
9 | 12 | protected function isTSimpleIdentifierValid($TSimpleIdentifier) |
10 | 13 | { |
11 | 14 | if (!$this->isNCName($TSimpleIdentifier)) { |