کامپوننت: LocalId
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نوع ساده LocalId
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | یک شناسه محلی که در مجموعه داده استفاده می شود. شناسههای محلی باید در محدودهای که در آن تعریف شدهاند منحصربهفرد باشند، به عنوان مثال، شناسههای دارایی در یک مفهوم منحصربهفرد هستند، شناسههای ستون در یک جدول منحصربهفرد هستند. طول شناسه های محلی به 64 کاراکتر محدود شده است. |
---|
نمودار |  |
---|
تایپ کنید | محدودیت xs:NCName |
---|
وجوه | |
---|
استفاده شده توسط | |
---|
منبع | <xs:simpleType name="LocalId">
<xs:annotation>
<xs:documentation>A local identifier used in the dataset. Local identifiers must
be unique within the scope they are defined in, e.g., property
ids are unique within a concept, column ids are unique within
a table. The length of local identifiers is limited to 64
characters.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:NCName">
<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-07 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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-07 بهوقت ساعت هماهنگ جهانی."],[[["`LocalId` is a simple type used for defining local identifiers within a dataset."],["These identifiers must be unique within their defined scope (e.g., property IDs within a concept)."],["`LocalId` is restricted to a maximum length of 64 characters and follows the `xs:NCName` format."],["It's used to identify various elements like attributes, concept properties, table columns, and value groups."]]],["LocalId is a data type for local identifiers within a dataset, defined under the namespace `http://schemas.google.com/dspl/2010`. These identifiers must be unique within their defined scope, such as property IDs within a concept or column IDs within a table. The `LocalId` type is a restriction of `xs:NCName`, with a maximum length of 64 characters, defined by the `maxLength` facet. It is used in several attributes like `Attribute/@id`, `ConceptProperty/@id`, and `Table/column/@id`.\n"]]