In Configuration Manager 2007, the FilePath simple type is a basic type definition, subject to change as validation of allowed values is improved.

<xs:simpleType name="FilePath">
	<xs:restriction
		base="string"
	 />
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.