コンポーネント: ConceptInfo
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
インスタンスのコレクションを参照するために使用する名前
(例: 「State」の pluralName は
「州」など)に適用されます。 |
図 |
 |
タイプ |
値 |
プロパティ |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
ソース |
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
|
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
コンセプトのすべてのインスタンスを参照するために使用される名前(例:
「State」の totalName「米国全土」)を入力します。 |
図 |
 |
タイプ |
値 |
プロパティ |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
ソース |
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
|
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
同義語として、この用語を指す言葉は、
コンセプトです。 |
図 |
 |
タイプ |
値 |
プロパティ |
content: |
複雑 |
minOccurs: |
0 |
maxOccurs: |
制限なし |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
ソース |
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
|
複合型: ConceptInfo
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
データセット内のコンセプトに関するテキスト情報。この
基本の InfoType の拡張に いくつかのフィールドが追加されます
|
図 |
 |
タイプ |
Info の拡張 |
型階層 |
-
情報
<ph type="x-smartling-placeholder">
|
使用者 |
|
モデル |
name、description{0,1}、url{0,1}、pluralName{0,1}、totalName{0,1}、synonym* |
子供 |
description、name、pluralName、
類義語、totalName、url |
ソース |
<xs:complexType name="ConceptInfo">
<xs:annotation>
<xs:documentation>Textual information about a concept in the dataset. This extension of
the base Info type adds a few additional fields that only apply to
concepts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Info">
<xs:sequence>
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|
次を使用して作成:
oXygen XML エディタ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-09 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-09-09 UTC。"],[[["ConceptInfo provides textual information about a concept, extending the base Info type with concept-specific fields."],["It includes fields like pluralName (e.g., \"States\" for \"State\"), totalName (e.g., \"All US\" for \"State\"), and synonyms for the concept."],["These fields help in referencing and understanding the concept within the dataset."],["ConceptInfo is used within the \"Concept/info\" element and is an extension of the \"Info\" type."]]],["The core content describes the \"ConceptInfo\" element, which extends the base \"Info\" type and provides textual information about a concept. Key actions involve defining names for collections of concept instances using `pluralName` (e.g., \"States\"), referring to all instances with `totalName` (e.g., \"All US\"), and specifying `synonym` for alternative concept names. `pluralName`, `totalName`, and `synonym` use complex `value` or `conceptValue`. ConceptInfo also contains `name`, `description` and `url`.\n"]]