Componente: ConceptTableMapping
Mantenha tudo organizado com as coleções
Salve e categorize o conteúdo com base nas suas preferências.
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Um mapeamento para o ID da coluna da tabela que contém o
valores do conceito. Esse mapeamento pode ser omitido se a coluna da tabela
que contém os valores de conceito tem o mesmo ID que o conceito
ID. |
Diagrama |
 |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
|
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
toColumn |
LocalId |
|
|
obrigatório |
O ID da coluna da tabela mapeada. |
|
Origem |
<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>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Um mapeamento para o ID da coluna da tabela que contém o
valores de uma propriedade do conceito. Esse mapeamento pode ser omitido se o
a coluna da tabela que contém os valores da propriedade conceitual tem a propriedade
como o ID. Uma única propriedade pode ser mapeada para várias colunas da tabela
(um por idioma) especificando valores diferentes para o idioma
. |
Diagrama |
 |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
maxOccurs: |
ilimitada |
|
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
lang |
|
|
|
opcional |
|
ref |
LocalId |
|
|
obrigatório |
O ID da propriedade de conceito mapeada. |
toColumn |
LocalId |
|
|
obrigatório |
O ID da coluna da tabela mapeada. |
|
Origem |
<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>
|
Tipo complexo: ConceptTableMapping
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Um mapeamento para uma tabela que fornece dados para um
conceito. |
Diagrama |
 |
Usados por |
|
Modelo |
mapConcept{0,1} , mapProperty* |
Filhos |
mapConcept, mapProperty |
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
ref |
LocalId |
|
|
obrigatório |
O ID da tabela que contém dados para o
conceito. |
|
Origem |
<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>
|
Namespace |
Nenhum namespace |
Anotações |
O ID da coluna da tabela mapeada. |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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>
|
Namespace |
Nenhum namespace |
Anotações |
O ID da propriedade de conceito mapeada. |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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>
|
Namespace |
Nenhum namespace |
Anotações |
O ID da coluna da tabela mapeada. |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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>
|
Namespace |
Nenhum namespace |
Anotações |
O ID da tabela que contém dados para o
conceito. |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<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>
|
Criado usando o
Editor XML oXygen.
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2025-07-25 UTC.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Não contém as informações de que eu preciso","missingTheInformationINeed","thumb-down"],["Muito complicado / etapas demais","tooComplicatedTooManySteps","thumb-down"],["Desatualizado","outOfDate","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Problema com as amostras / o código","samplesCodeIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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"]]