Komponent: ConceptInfo
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 używana w odniesieniu do zbioru instancji
pojęcie (np. liczba mnoga „Stan” to
„Stany Zjednoczone”). |
Diagram |
 |
Typ |
Wartości |
Właściwości |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
Źródło |
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
|
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Nazwa używana w odniesieniu do wszystkich wystąpień danego elementu (np.
totalName „Stan” to „Wszystkie USA”). |
Diagram |
 |
Typ |
Wartości |
Właściwości |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
Źródło |
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
|
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
synonim, którego można użyć w odniesieniu do tego argumentu.
koncepcję. |
Diagram |
 |
Typ |
Wartości |
Właściwości |
treść: |
Złożone |
min.: |
0 |
maxOccurs: |
nieograniczony |
|
Model |
wartość* | conceptValue{0,1} |
Dzieci |
conceptValue, value |
Instancja |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
Źródło |
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
|
Rodzaj zespolonego obiektu: ConceptInfo
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Informacje tekstowe na temat pojęcia w zbiorze danych. Ten
rozszerzenia podstawowego typu Informacje, dodaje kilka dodatkowych pól, które zawierają tylko
mają zastosowanie w przypadku różnych zagadnień. |
Diagram |
 |
Typ |
rozszerzenie Informacji. |
Hierarchia typów |
|
Używane przez |
|
Model |
name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , synonim* |
Dzieci |
description, name, pluralName,
synon, totalName, url |
Źródło |
<xs:complexType name="ConceptInfo">
<xs:annotation>
<xs:documentation>Textual information about a concept in the dataset. This extension of
the base Info type adds a few additional fields that only apply to
concepts.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="Info">
<xs:sequence>
<xs:element name="pluralName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to a collection of instances of
the concept (e.g., pluralName of "State" is "States").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="totalName" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>A name used to refer to all the instances of the
concept (e.g., totalName for "State" is "All US").</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="synonym" type="Values" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A synonym that can be used to refer to this concept.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</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: 2024-09-09 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-09-09 UTC."],[[["ConceptInfo provides textual information about a concept, extending the base Info type with concept-specific fields."],["It includes fields like pluralName (e.g., \"States\" for \"State\"), totalName (e.g., \"All US\" for \"State\"), and synonyms for the concept."],["These fields help in referencing and understanding the concept within the dataset."],["ConceptInfo is used within the \"Concept/info\" element and is an extension of the \"Info\" type."]]],["The core content describes the \"ConceptInfo\" element, which extends the base \"Info\" type and provides textual information about a concept. Key actions involve defining names for collections of concept instances using `pluralName` (e.g., \"States\"), referring to all instances with `totalName` (e.g., \"All US\"), and specifying `synonym` for alternative concept names. `pluralName`, `totalName`, and `synonym` use complex `value` or `conceptValue`. ConceptInfo also contains `name`, `description` and `url`.\n"]]