Компонент: 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 "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-01-07 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-01-07 UTC."],[[["`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"]]