コンポーネント: 情報
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素: 情報 / 名前
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
記述された要素の名前。 |
図 |
 |
タイプ |
値 |
プロパティ |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
ソース |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
要素: 情報 / 説明
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
記述された要素の説明。 |
図 |
 |
タイプ |
値 |
プロパティ |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
ソース |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
要素: Info / URL
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
詳細情報が掲載されているウェブページの URL
あります。URL に予約文字や安全でない文字が含まれる場合は、パーセントでエスケープしないでください。
|
図 |
 |
タイプ |
値 |
プロパティ |
|
モデル |
値* |conceptValue{0,1} |
子供 |
conceptValue、value |
インスタンス |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
ソース |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
複合型: 情報
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
ページの要素に関するテキスト情報
説明します。 |
図 |
 |
使用者 |
|
モデル |
name、description{0,1}、url{0,1} |
子供 |
description、name、url |
ソース |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
次を使用して作成:
oXygen XML エディタ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 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"]],["最終更新日 2025-07-25 UTC。"],[],["The document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]