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