Component: Info
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
The Info complex type provides textual information, such as name, description, and URL, about an element in a dataset.
The name element is required and represents the name of the described element.
The description and url elements are optional and provide further details or links to external resources.
The content of these elements can be expressed using value or conceptValue for multilingual support and concept mapping.
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 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 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"]]