Komponente: Info
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Element: Info / Name
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Der Name des beschriebenen Elements. |
Diagramm |
 |
Typ |
Werte |
Attribute |
|
Modell |
Wert* | conceptValue{0,1} |
Children |
conceptValue, Wert |
Instanz |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Quelle |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Element: Info / Beschreibung
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Die Beschreibung des beschriebenen Elements. |
Diagramm |
 |
Typ |
Werte |
Attribute |
content: |
komplex |
minOccurs (Mindestanzahl): |
0 |
|
Modell |
Wert* | conceptValue{0,1} |
Children |
conceptValue, Wert |
Instanz |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Quelle |
<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: Info / URL
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Die URL einer Webseite, zu der weitere Informationen auf der
beschriebene Element. Reservierte oder unsichere Zeichen in der URL dürfen NICHT mit Prozentzeichen maskiert werden.
|
Diagramm |
 |
Typ |
Werte |
Attribute |
content: |
komplex |
minOccurs (Mindestanzahl): |
0 |
|
Modell |
Wert* | conceptValue{0,1} |
Children |
conceptValue, Wert |
Instanz |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Quelle |
<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>
|
Komplexer Typ: Info
Namespace |
http://schemas.google.com/dspl/2010 |
Annotationen |
Textinformationen zu einem Element des
Dataset. |
Diagramm |
 |
Verwendet von |
|
Modell |
name , description{0,1} , url{0,1} |
Children |
Beschreibung, Name, url |
Quelle |
<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>
|
Erstellt mit dem
oXygen XML Editor
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: 2025-07-25 (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: 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"]]