@@ -21,10 +21,10 @@ |
||
| 21 | 21 | |
| 22 | 22 | |
| 23 | 23 | /** The namespace-attribute for the xs:any element */ |
| 24 | - public const string|array XS_ANY_ELT_NAMESPACE = NS::ANY; |
|
| 24 | + public const string | array XS_ANY_ELT_NAMESPACE = NS::ANY; |
|
| 25 | 25 | |
| 26 | 26 | /** The namespace-attribute for the xs:anyAttribute element */ |
| 27 | - public const string|array XS_ANY_ATTR_NAMESPACE = NS::ANY; |
|
| 27 | + public const string | array XS_ANY_ATTR_NAMESPACE = NS::ANY; |
|
| 28 | 28 | |
| 29 | 29 | |
| 30 | 30 | /** |
@@ -30,7 +30,7 @@ |
||
| 30 | 30 | public const string LOCALNAME = 'appinfo'; |
| 31 | 31 | |
| 32 | 32 | /** The namespace-attribute for the xs:anyAttribute element */ |
| 33 | - public const array|string XS_ANY_ATTR_NAMESPACE = NS::OTHER; |
|
| 33 | + public const array | string XS_ANY_ATTR_NAMESPACE = NS::OTHER; |
|
| 34 | 34 | |
| 35 | 35 | |
| 36 | 36 | /** |