Culture (AssemblyPropertyRules) Element

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

In Configuration Manager 2007, the Culture (AssemblyPropertyRules) element groups all the rules/checks on the Culture information for a .NET Framework assembly.

The syntax of the Culture property to be used in rules is as described in https://go.microsoft.com/fwlink/?LinkId=110806.

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

The Culture element is defined by the AssemblyPropertyRules element.

Child Elements

Element Type Description

Rule

Tns:RuleType

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

See Also

Concepts

AssemblyPropertyRules
AssemblyPropertyRules (AssemblyType)
Authoring Desired Configuration Management Configuration Baselines and Configuration Items