Komponent: identyfikator lokalny
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Prosty typ LocalId
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Lokalny identyfikator używany w zbiorze danych. Identyfikatory lokalne muszą być unikalne w ramach zakresu, w którym są zdefiniowane, np. identyfikatory właściwości są unikalne w ramach koncepcji, a identyfikatory kolumn są unikalne w ramach tabeli. Długość identyfikatorów lokalnych jest ograniczona do 64 znaków. |
Diagram |
 |
Typ |
ograniczenie xs:NCName |
Aspekty |
|
Używane przez |
|
Źródło |
<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>
|
Utworzony za pomocą edytora XML oXygen.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-08 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-11-08 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"]]