The Company (FilePropertiesType) element, in Configuration Manager 2007, is the company metadata from a file.

<xs:element name="Company">
	<xs:complexType>
		<xs:sequence
			minOccurs="0"
			maxOccurs="unbounded"
		>
			<xs:element
				ref="Rule"
			 />
		</xs:sequence>
	</xs:complexType>
</xs:element>

The Company element is defined by the FilePropertiesType complex type.

Child Elements

Element Type Description

Rule

Rule

Defines a rule to be evaluated against a part’s property or a settings value.

See Also


Send comments about this topic to Microsoft.