The WqlNamespaceType simple type is a basic type definition, in Configuration Manager, and is subject to change as validation of allowed values is improved.

<xs:simpleType name="WqlNamespaceType">
	<xs:restriction
		base="string"
	>
		<xs:minLength
			value="1"
		 />
	</xs:restriction>
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.