The SupportedLocaleInformation resource specifies locales that are supported by the FIM Service database.
Schema
Copy Code | |
---|---|
<?xml version="1.0"?><xs:schema xmlns:rm="http://schemas.microsoft.com/2006/11/ResourceManagement" targetNamespace="http://schemas.microsoft.com/2006/11/ResourceManagement" version="1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:complexType name="SupportedLocaleConfiguration"> <xs:sequence> <xs:element minOccurs="0" name="ObjectID" type="rm:ReferenceType" /> <xs:element minOccurs="1" name="ObjectType"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value=".{0,448}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="1" name="CreatedTime" type="xs:dateTime" /> <xs:element minOccurs="0" name="Creator" type="rm:ReferenceType" /> <xs:element minOccurs="0" name="MVObjectID"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value=".{0,448}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="DeletedTime" type="xs:dateTime" /> <xs:element minOccurs="0" name="Description"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value=".{0,448}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="DetectedRulesList" type="rm:ReferenceCollectionType" /> <xs:element minOccurs="0" name="DisplayName"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value=".{0,448}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="ExpectedRulesList" type="rm:ReferenceCollectionType" /> <xs:element minOccurs="0" name="ExpirationTime" type="xs:dateTime" /> <xs:element minOccurs="0" name="Locale"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value=".{0,448}" /> </xs:restriction> </xs:simpleType> </xs:element> <xs:element minOccurs="0" name="ResourceTime" type="xs:dateTime" /> <xs:element minOccurs="0" name="IsConfigurationType" type="xs:boolean" /> <xs:element minOccurs="1" name="SupportedLanguageCode" type="rm:StringCollectionType" /> </xs:sequence> </xs:complexType> </xs:schema> |
Properties
The following table lists the properties of the SupportedLocaleInformation resource:
Property | Description |
---|---|
IsConfigurationType |
Boolean value that is always set to true. The presence of this property indicates that this resource is a configuration resource. |
SupportedLanguageCode |
Required multi-valued String. See SupportedLanguageCode Property table. The String length must be no more than 448 characters. |
SupportedLanguageCode Property
Value | Description |
---|---|
zh-TW |
Traditional Chinese |
zh-CN |
Simplified Chinese |
nl-NL |
Dutch |
en-US |
English |
fr-FR |
French |
de-DE |
German |
it-IT |
Italian |
ja-JP |
Japanese |
pt-PT |
Portuguese |
es-ES |
Spanish |
Parent Elements
None
Remarks
All of the resource types in FIM have the same attribute bindings as the Resource type by default. For more information, see Forefront Identity Manager Schema.