The OperatingSystemType complex type, in Configuration Manager 2007, defines an operating system configuration item.

<xs:complexType name="OperatingSystemType">
	<xs:complexContent>
		<xs:extension
			base="ConfigurationItemWithContentsType"
		>
			<xs:sequence>
				<xs:element name="OperatingSystemDiscoveryInfo"
					type="OSInfoType"
				 />
			</xs:sequence>
				</xs:extension>
	</xs:complexContent>
</xs:complexType>

Child Elements

Element Type Description

OperatingSystemDiscoveryInfo

OSInfoType

The discovery information for the operating system configuration item.

Attributes

Name Type Description

AuthoringScopeId

xs:Name

The unique identity of the author for this configuration item.

LogicalName

tns:LogicalName

The unique identity of the configuration item within the authoring scope.

Version

unsignedInt

The version number of the configuration item.

See Also


Send comments about this topic to Microsoft.