The ScriptInfoType complex type, in Configuration Manager, is associated with discovering instances of installed applications by invoking a script.

<xs:complexType name="ScriptInfoType">
	<xs:sequence>
		<xs:element name="Script"
			type="NonEmptyStringType"
		 />
		<xs:any
			processContents="skip"
			minOccurs="0"
			maxOccurs="unbounded"
			namespace="##other"
		 />
	</xs:sequence>
	<xs:attribute name="ScriptType"
				type="ScriptType"
				use="required"
	 />
</xs:complexType>

Child Elements

Element Type Description

Script

NonEmptyStringType

The Script element is the script definition that will be executed to return instances.

Attributes

Name Type Description

ScriptType

ScriptType

The language of the script that has been defined inline.

See Also


Send comments about this topic to Microsoft.