Komponent: informacje
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Nazwa opisanego elementu. |
Diagram |
 |
Typ |
Wartości |
Właściwości |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Źródło |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Opis opisanego elementu. |
Diagram |
 |
Typ |
Wartości |
Właściwości |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Źródło |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Element: informacje / adres URL
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Adres URL strony internetowej, na której można znaleźć więcej informacji
opisanego elementu. Zarezerwowane i niebezpieczne znaki w adresie URL NIE powinny mieć znaków zmiany znaczenia za pomocą procentu.
|
Diagram |
 |
Typ |
Wartości |
Właściwości |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Źródło |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
Typ złożony: informacje
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Informacje tekstowe o elemencie
w gromadzeniu danych. |
Diagram |
 |
Używane przez |
|
Model |
name , description{0,1} , url{0,1} |
Dzieci |
description, name, url |
Źródło |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
Utworzono za pomocą
oXygen XML Editor.
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: 2025-07-25 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: 2025-07-25 UTC."],[],["The document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]