Komponente: LocalId
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Einfacher Typ „LocalId“
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Eine lokale Kennung, die im Datensatz verwendet wird. Lokale IDs müssen innerhalb des Bereichs, in dem sie definiert sind, eindeutig sein. Beispiel: Property-IDs sind innerhalb eines Konzepts eindeutig, Spalten-IDs innerhalb einer Tabelle. Die Länge lokaler IDs ist auf 64 Zeichen beschränkt. |
Diagramm |
 |
Typ |
Einschränkung von xs:NCName |
Attribute |
|
Verwendet von |
|
Quelle |
<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>
|
Mit dem oXygen XML Editor erstellt.
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2024-11-08 (UTC).
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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"]]