Share via


CultureNeutral Simple Type Simple Type

Defines the values used to allow an .sdm file to identify its culture as neutral when it does not contain language-specific binaries.

<xs:simpleType name="CultureNeutral">
    <xs:union
        memberValues="Culture"
    >
        <xs:simpleType>
            <xs:restriction
                base="string"
            >
                <xs:enumeration
                    value="*"
                 />
                <xs:enumeration
                    value="neutral"
                 />
            </xs:restriction>
        </xs:simpleType>
    </xs:union>
</xs:simpleType>

Enumeration Values

The CultureNeutral simple type defines the following values.

Value Description
*

The culture-neutral identifier "*" is allowed when referencing a .sdm file.

neutral

Allows you to specify any specific culture, as well as culture-neutral. For example, neutral, en, en-US, zh-CHS.

See Also

SystemDefinitionModel Schema Simple Types

Send comments about this topic to Microsoft

Build date: 9/5/2007