Component: Info
Stay organized with collections
Save and categorize content based on your preferences.
Element: Info / name
Namespace |
http://schemas.google.com/dspl/2010 |
Annotations |
The name of the described element. |
Diagram |
 |
Type |
Values |
Properties |
|
Model |
value* | conceptValue{0,1} |
Children |
conceptValue, value |
Instance |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
Source |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
Element: Info / description
Namespace |
http://schemas.google.com/dspl/2010 |
Annotations |
The description of the described element. |
Diagram |
 |
Type |
Values |
Properties |
content: |
complex |
minOccurs: |
0 |
|
Model |
value* | conceptValue{0,1} |
Children |
conceptValue, value |
Instance |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
Source |
<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 |
Annotations |
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.
|
Diagram |
 |
Type |
Values |
Properties |
content: |
complex |
minOccurs: |
0 |
|
Model |
value* | conceptValue{0,1} |
Children |
conceptValue, value |
Instance |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
Source |
<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>
|
Complex Type: Info
Namespace |
http://schemas.google.com/dspl/2010 |
Annotations |
Textual information about an element of the
dataset. |
Diagram |
 |
Used by |
|
Model |
name , description{0,1} , url{0,1} |
Children |
description, name, url |
Source |
<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>
|
Created using the
oXygen XML Editor.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2018-12-19 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]