جزء: شناسه
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
شناسه نوع ساده
فضای نام | 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> |
---|
با استفاده از ویرایشگر XML oXygen ایجاد شده است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-01-05 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-01-05 بهوقت ساعت هماهنگ جهانی."],[[["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"]]