<label> (FormXml)

適用対象: CRM 2016 on-prem, CRM Online

指定した言語のラベル テキストを定義します。

構文

<label
 addedby="String"
 description="String"
 languagecode="Integer" 
/>

属性と要素

The following describes the attributes, child elements, and parent elements.

属性

Attribute Description Type Usage

description

Text providing a label.

String

Required

languagecode

A four or five digit locale ID.

Positive Integer

Required

addedby

Identifies the name of the ISV or customizer that added the element.

String

Optional

下位要素

This element has no child elements.

親要素

Element Description

<labels> (FormXml)

フォーム ラベルの定義を格納します。

備考

言語コードは 4 桁または 5 桁のロケール ID です。有効なロケール ID 値については、「Locale ID (LCID) Chart (ロケール ID (LCID) の一覧)」で確認することができます。

The following shows an example of the label element.

<labels>
  <label description="Due Date" languagecode="1033" />
  <label description="入金期日" languagecode="1041" />
  <label description="تاريخ الاستحقاق" languagecode="1025" />
  <label description="Fälligkeitsdatum" languagecode="1031" />
  <label description="Date d"échéance" languagecode="1036" />
  <label description="Fecha de vencimiento" languagecode="3082" />
</labels>

要素情報

Schema Type

complexType

Validation File

FormXml.xsd

Number of Occurrences

0 or more

XPath

//FormXml/forms/systemform/form/tabs/tab/labels/label |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/labels/label |
//FormXml/forms/systemform/form/tabs/tab/columns/column/sections/section/rows/row/cell/labels/label 

関連項目

概念

エンティティ フォームのカスタマイズ

他のリソース

Form XML reference

Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.