The FunctionalVersion simple type is the type for AuthoringVersion and FunctionalVersion elements, which are used to specify which version of the SML runtime the configuration item is authored against and the minimum version of the SML runtime needed to process the configuration item.

<xs:simpleType name="FunctionalVersion">
	<xs:restriction
		base="unsignedLong"
	 />
</xs:simpleType>

See Also


Send comments about this topic to Microsoft.