Composant: ConceptTableMapping
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage vers l'ID de la colonne de table contenant le
du concept. Ce mappage peut être omis si la colonne du tableau
qui contient les valeurs de concept, a le même ID que le concept
identifiant. |
Diagramme |
 |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
toColumn |
LocalId |
|
|
required |
ID de la colonne de la table mappée. |
|
Source |
<xs:element name="mapConcept" minOccurs="0">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of the concept. This mapping may be omitted if the
table column that contains the concept values has the same
id as the concept id.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage vers l'ID de la colonne de table contenant le
d'une propriété du concept. Ce mappage peut être omis si le
une colonne de table contenant les valeurs de la propriété du concept possède la propriété
comme identifiant. Une même propriété peut être mappée sur plusieurs colonnes d'un tableau.
(une par langue) en spécifiant différentes valeurs pour la langue.
. |
Diagramme |
 |
Propriétés |
content: |
complexe |
minOccurs: |
0 |
maxOccurs: |
illimité |
|
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
lang |
|
|
|
facultatif |
|
réf. |
LocalId |
|
|
required |
ID de la propriété de concept mappé. |
toColumn |
LocalId |
|
|
required |
ID de la colonne de la table mappée. |
|
Source |
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of a property of the concept. This mapping may be
omitted if the table column that contains the concept
property values has the property id as its id.
A single property can be mapped to multiple table columns
(one per language) by specifying different values for the
language attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale of the values in the mapped column.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
|
Type complexe: ConceptTableMapping
Espace de noms |
http://schemas.google.com/dspl/2010 |
Annotations |
Un mappage avec une table qui fournit des données pour une
de ML. |
Diagramme |
 |
Utilisé par |
|
Modèle |
mapConcept{0,1} , mapProperty* |
Enfants |
mapConcept, mapProperty |
Attributs |
QName |
Type |
Fixe |
Par défaut |
Utiliser |
Annotation |
réf. |
LocalId |
|
|
required |
L'identifiant de la table contenant les données pour la
de ML. |
|
Source |
<xs:complexType name="ConceptTableMapping">
<xs:annotation>
<xs:documentation>A mapping to a table that provides data for a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="mapConcept" minOccurs="0">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of the concept. This mapping may be omitted if the
table column that contains the concept values has the same
id as the concept id.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:element name="mapProperty" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A mapping to the id of the table column that contains the
values of a property of the concept. This mapping may be
omitted if the table column that contains the concept
property values has the property id as its id.
A single property can be mapped to multiple table columns
(one per language) by specifying different values for the
language attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale of the values in the mapped column.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID de la colonne de la table mappée. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID de la propriété de concept mappé. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped concept property.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Espace de noms |
Aucun espace de noms |
Annotations |
ID de la colonne de la table mappée. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<xs:attribute name="toColumn" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the mapped table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Espace de noms |
Aucun espace de noms |
Annotations |
L'identifiant de la table contenant les données pour la
de ML. |
Type |
LocalId |
Propriétés |
utilisez les lignes ci-dessous : |
required |
|
Attributs |
|
Utilisé par |
|
Source |
<xs:attribute name="ref" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The id of the table that contains data for the concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Créé à l'aide de la méthode
Éditeur XML oXygen
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/25 (UTC)."],[],["`ConceptTableMapping` defines how to link a concept to its data table. `mapConcept` maps a concept's values to a specific table column (`toColumn`), which can be omitted if the column ID matches the concept ID. `mapProperty` maps concept properties to table columns, using `ref` for the property ID and `toColumn` for the column ID; it can specify different columns for different languages via the `lang` attribute. Both can be omitted in specific circumstances. The `@ref` attribute of `ConceptTableMapping` refers to the ID of the table.\n"]]