Share via


CultureNeutral simple type [SDM]

 
Platform SDK: System Definition Model Overview

CultureNeutral Simple Type

Note: This documentation is preliminary and is subject to change.

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>
Defines the values used to allow an .sdm file to identify its culture as neutral when it does not contain language-specific binaries.
</xs:union> </xs:simpleType>
CultureNeutral

Enumeration

The following values are defined by the CultureNeutral simple type:

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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.