উপাদান: আইডি
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সিম্পল টাইপ আইডি
নামস্থান | http://schemas.google.com/dspl/2010 |
---|
টীকা | ডেটাসেটে ব্যবহৃত একটি বিশ্বব্যাপী শনাক্তকারী (ধারণা, স্লাইস এবং বিষয়গুলির জন্য)। বিশ্বব্যাপী শনাক্তকারীর দৈর্ঘ্য 64টি অক্ষরের মধ্যে সীমাবদ্ধ। একটি ডেটাসেটে গ্লোবাল আইডেন্টিফায়ার হিসেবে কোনো মান দুবার দেখা যাবে না। |
---|
ডায়াগ্রাম |  |
---|
টাইপ | 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> |
---|
অক্সিজেন এক্সএমএল এডিটর ব্যবহার করে তৈরি করা হয়েছে।
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-09-10 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-09-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],["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"]]