רכיב: ConceptInfo
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
שם המשמש להתייחס לאוסף של מופעים של
מושג (למשל, רבים בשם "מדינה" הוא
"מדינות"). |
תרשים |
 |
סוג |
ערכים |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
|
דגם |
value* | conceptValue{0,1} |
ילדים |
conceptValue, value |
Instance |
<pluralName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</pluralName>
|
מקור |
<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>
|
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
שם המשמש להתייחס לכל המופעים של הקונספט (למשל,
totalName עבור "State" הוא 'כל ארה"ב'). |
תרשים |
 |
סוג |
ערכים |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
|
דגם |
value* | conceptValue{0,1} |
ילדים |
conceptValue, value |
Instance |
<totalName>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</totalName>
|
מקור |
<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>
|
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מילה נרדפת שאפשר להשתמש בה כדי להתייחס
של הקונספט. |
תרשים |
 |
סוג |
ערכים |
מאפיינים |
content: |
מורכב |
minOccurs: |
0 |
maxOccurs: |
ללא גבולות |
|
דגם |
value* | conceptValue{0,1} |
ילדים |
conceptValue, value |
Instance |
<synonym>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</synonym>
|
מקור |
<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>
|
סוג מורכב: ConceptInfo
מרחב שמות |
http://schemas.google.com/dspl/2010 |
הערות |
מידע טקסטואלי על קונספט מסוים במערך הנתונים. הזה
מסוג 'מידע בסיסי', מוסיף עוד כמה שדות שרק
רלוונטיות למושגים. |
תרשים |
 |
סוג |
התוסף Info |
היררכיית סוגים |
|
בשימוש על ידי |
|
דגם |
name , description{0,1} , url{0,1} , pluralName{0,1} , totalName{0,1} , מילה נרדפת* |
ילדים |
description, name, pluralName,
מילה נרדפת, totalName, url |
מקור |
<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>
|
נוצר באמצעות
oXygen XML Editor
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון 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-07-25 (שעון UTC)."],[],["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"]]