The RegistryValueNameType simple type, in Configuration Manager, is the name of the registry value. This is a basic type definition and is subject to changed as validation of allowed values is improved.

<xs:simpleType name="RegistryValueNameType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="0"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.