Componente: attributo
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elemento: Attributo / informazioni
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Informazioni testuali sull'attributo. |
Diagramma |
 |
Tipo |
Informazioni |
Proprietà |
contenuti: |
complesso |
minOccurs: |
0 |
|
Modello |
name , description{0,1} , url{0,1} |
Bambini |
descrizione, nome, url |
Istanza |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origine |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
|
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Il tipo di dati dell'attributo. |
Diagramma |
 |
Proprietà |
contenuti: |
complesso |
minOccurs: |
0 |
|
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
formato |
xs:string |
|
|
facoltativo |
Un formato per il valore, utilizzato per analizzare un testo
la rappresentazione dei valori. Consulta le [specifiche dei formati data] per
date. |
ref |
DataType |
|
|
di provisioning. |
|
|
Origine |
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Tipo complesso: attributo
Spazio dei nomi |
http://schemas.google.com/dspl/2010 |
Annotazioni |
Un attributo di un set di dati o di un concetto. |
Diagramma |
 |
Usato da |
|
Modello |
info{0,1} , tipo{0,1} , (valore*
| conceptValue{0,1}) |
Bambini |
conceptValue, info, type,
value |
Attributi |
QName |
Tipo |
Risolto |
Predefinito |
Usa |
Annotazione |
concept |
xs:QName |
|
|
facoltativo |
Un riferimento a un concetto che corrisponde ai valori
dell'attributo. Se l'attributo specifica un tipo, allora il tipo
deve corrispondere al tipo del concetto a cui viene fatto riferimento. Un riferimento a un
il concetto esterno deve avere il formato
"prefix:other_concept_id", dove "prefisso" sono
il prefisso utilizzato per lo spazio dei nomi del set di dati esterno (vedi XML
spazi dei nomi). |
id |
LocalId |
|
|
facoltativo |
L'ID dell'attributo del concetto. Questo identificatore deve essere
univoci all'interno del concetto (tra attributi e proprietà). La
L'attributo id [id] può essere omesso se viene specificato l'attributo concettuale. In questo
case, un ID viene creato implicitamente con il valore il nome locale del
concetto a cui viene fatto riferimento. Ad esempio <attribute
concept="unit:currency"/> equivale a
<attribute id="currency"
concept="unit:currency"/> |
|
Origine |
<xs:complexType name="Attribute">
<xs:annotation>
<xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group ref="ValuesGroup" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the attribute.
If the attribute specifies a type, then the type must match the type of
the referenced concept.
A reference to an external concept must be of the form "prefix:other_concept_id",
where "prefix" is the prefix used for the namespace of the external dataset
(see XML namespaces).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Tipo |
DataType |
Proprietà |
|
Facet |
enumeration |
stringa |
|
enumeration |
float |
|
enumerazione |
integer |
|
enumeration |
booleano |
|
enumeration |
data |
|
enumeration |
concetto |
|
|
Usato da |
|
Origine |
<xs:attribute name="ref" type="DataType" use="required"/>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Un formato per il valore, utilizzato per analizzare una rappresentazione testuale
dei valori. Per le date, consulta [Specifiche dei formati di data]. |
Tipo |
xs:string |
Proprietà |
|
Usato da |
|
Origine |
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
L'ID dell'attributo del concetto. Questo identificatore deve essere univoco
all'interno del concetto (tra attributi e proprietà). L'ID può essere
omesso se viene specificato l'attributo concettuale. In questo caso, un ID è
creati implicitamente con il nome locale del concetto a cui viene fatto riferimento.
Ad esempio <attribute concept="unit:currency"/> sono
equivalente a <attribute id="currency"
concept="unit:currency"/> |
Tipo |
LocalId |
Proprietà |
|
Facet |
|
Usato da |
|
Origine |
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></xs:documentation>
</xs:annotation>
</xs:attribute>
|
Attributo: Attribute / @concept
Spazio dei nomi |
Nessuno spazio dei nomi |
Annotazioni |
Un riferimento a un concetto che corrisponde ai valori dell'attributo. Se l'attributo specifica un tipo, questo deve corrispondere.
il tipo del concetto a cui viene fatto riferimento. Un riferimento a un concetto esterno
deve essere nel formato "prefix:other_concept_id", dove
"prefisso" è il prefisso utilizzato per lo spazio dei nomi dell'agente
(vedi gli spazi dei nomi XML). |
Tipo |
xs:QName |
Proprietà |
|
Usato da |
|
Origine |
<xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the attribute.
If the attribute specifies a type, then the type must match the type of
the referenced concept.
A reference to an external concept must be of the form "prefix:other_concept_id",
where "prefix" is the prefix used for the namespace of the external dataset
(see XML namespaces).</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Creato con
Editor XML ossigeno.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-10-13 UTC.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-10-13 UTC."],[[["Attribute describes a dataset or concept attribute with optional textual information, data type, and values."],["It can optionally reference a concept corresponding to the attribute values."],["The attribute's data type can be specified using a \"ref\" attribute and optionally formatted using a \"format\" attribute."],["An optional \"id\" can be provided, which must be unique within the concept, otherwise it's implicitly derived from the referenced concept."]]],["The core content describes the structure and properties of an \"Attribute\" within a dataset or concept. An attribute can include optional textual information (`info`), its data `type` (required), and value. The `type` specifies the data type and can have a `format`. Attributes have an optional `id` for unique identification and can refer to another `concept`. The `info` section may include name, description, and URL.\n"]]