Interface UANamespaceMetadata_Base
interface UANamespaceMetadata_Base { $namespaceUri: UAProperty<UAString, String>; configurationVersion?: UAProperty<number, UInt32>; defaultAccessRestrictions?: UAProperty<number, UInt16>; defaultRolePermissions?: UAProperty<DTRolePermission[], ExtensionObject>; defaultUserRolePermissions?: UAProperty<DTRolePermission[], ExtensionObject>; isNamespaceSubset: UAProperty<boolean, Boolean>; modelVersion?: UAProperty<UAString, String>; namespaceFile?: UAAddressSpaceFile; namespacePublicationDate: UAProperty<Date, DateTime>; namespaceVersion: UAProperty<UAString, String>; staticNodeIdTypes: UAProperty<EnumId[], Int32>; staticNumericNodeIdRange: UAProperty<UAString[], String>; staticStringNodeIdPattern: UAProperty<UAString, String>; } Properties
$namespaceUri
Optional
configurationVersion
Optional
defaultAccessRestrictions
Optional
defaultRolePermissions
Optional
defaultUserRolePermissions
isNamespaceSubset
Optional
modelVersion
Optional
namespaceFile
namespacePublicationDate
namespaceVersion
staticNodeIdTypes
staticNumericNodeIdRange
staticStringNodeIdPattern