コンポーネント: ID
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
シンプル型 ID
名前空間 |
http://schemas.google.com/dspl/2010 |
アノテーション |
データセットで使用されるグローバル識別子(コンセプト、スライス用)
トピック)。グローバル識別子の長さは 64 個に制限されています
あります。グローバル識別子として値を 2 回使用することはできません。
|
図 |
 |
タイプ |
xs:ID の制限 |
ファセット |
|
使用者 |
|
ソース |
<xs:simpleType name="Id">
<xs:annotation>
<xs:documentation>A global identifier used in the dataset (for concepts, slices
and topics). The length of global identifiers is limited to 64
characters. No value can appear twice as a global identifier
in a dataset.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:ID">
<xs:maxLength value="64"/>
</xs:restriction>
</xs:simpleType>
|
次を使用して作成:
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。"],[[["Simple Type Id is a global identifier used for concepts, slices, and topics within a dataset."],["These identifiers have a maximum length of 64 characters and must be unique within the dataset."],["It is a restriction of the xs:ID type and is used as an attribute in Concept, Slice, Table, and Topic elements."]]],["Global identifiers, limited to 64 characters, are used within a dataset for concepts, slices, and topics. These identifiers must be unique throughout the dataset. The type is a restriction of `xs:ID`, and `maxLength` is defined as 64. It is applied to the `id` attribute of Concept, Slice, Table, and Topic elements. The definition is specified within the XML structure as a simple type with a maximum length restriction.\n"]]