Componente: ConceptProperty
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 |
Informações textuais sobre a propriedade de conceito. |
Diagrama |
 |
Tipo |
Informação |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
|
Modelo |
nome , descrição{0,1} , url{0,1} |
Filhos |
descrição, nome, url |
Instância |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
Origem |
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the concept property.</xs:documentation>
</xs:annotation>
</xs:element>
|
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
O tipo de dados da propriedade de conceito. |
Diagrama |
 |
Propriedades |
content: |
complexo |
minOcurs: |
0 |
|
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
ref |
DataType |
|
|
obrigatório |
|
|
Origem |
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the concept property.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
</xs:complexType>
</xs:element>
|
Tipo complexo: conceptProperty
Namespace |
http://schemas.google.com/dspl/2010 |
Anotações |
Uma propriedade de um conceito (por exemplo, o país de um
cidade). |
Diagrama |
 |
Usados por |
|
Modelo |
info{0,1} , tipo{0,1} |
Filhos |
info, tipo |
Atributos |
QName |
Tipo |
Fixo |
Padrão |
Usar |
Nota |
Conceito |
xs:QName |
|
|
opcional |
Uma referência a um conceito que corresponde aos valores
da propriedade. Se a propriedade especificar um tipo, então o tipo
precisa corresponder ao tipo do conceito referenciado. Uma referência a um
conceito externo precisa ter a forma
"prefix:other_concept_id", em que "prefix" é
o prefixo usado para o namespace do conjunto de dados externo (consulte XML
namespaces). |
id |
LocalId |
|
|
opcional |
O ID da propriedade de conceito. Esse identificador precisa ser
exclusivos dentro do conceito (em atributos e propriedades). A
id pode ser omitido se a propriedade conceitual for especificada. Nesse
caso, um ID é criado implicitamente com um valor igual ao nome local do
conceito referenciado. Por exemplo, <property
concept="geo:country"/> é equivalente a <property
id="country"
concept="geo:country"/> |
isMapping |
xs:boolean |
|
falso |
opcional |
Se for verdadeiro, esta propriedade precisa fazer referência a um conceito, e
esta propriedade indica uma relação (1 para 1) de mapeamento entre
e o conceito referenciado. Cada instância do
é referenciado por no máximo uma instância deste
conceito. |
isParent |
xs:boolean |
|
falso |
opcional |
Se for verdadeiro, esta propriedade precisa fazer referência a um conceito, e
essa propriedade indica uma relação hierárquica entre esta
e o conceito referenciado (por exemplo, o continente de um
país). |
|
Origem |
<xs:complexType name="ConceptProperty">
<xs:annotation>
<xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the concept property.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the concept property.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept property. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept property is specified. In that case, an id is
implicitly created with value the local name of the referenced concept. For instance
<property concept="geo:country"/>
is equivalent to
<property id="country" concept="geo:country"/></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 property.
If the property 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:attribute name="isParent" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a hierarchical
relationship between this concept and the referenced
concept (e.g., the continent of a country).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a mapping
(1-to-1) relationship between this concept and the
referenced concept. Each instance of the referenced
concept is referenced by at most one instance of
this concept.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
Namespace |
Nenhum namespace |
Tipo |
DataType |
Propriedades |
|
Atributos |
enumeração |
string |
|
enumeração |
float |
|
enumeração |
número inteiro |
|
enumeração |
booleano |
|
enumeração |
data |
|
enumeração |
conceito |
|
|
Usados por |
|
Origem |
<xs:attribute name="ref" type="DataType" use="required"/>
|
Namespace |
Nenhum namespace |
Anotações |
O ID da propriedade de conceito. Esse identificador precisa ser exclusivo
dentro do conceito (em atributos e propriedades). O ID pode ser
omitido se a propriedade conceitual for especificada. Nesse caso, um ID é
criada implicitamente com o valor do nome local do conceito referenciado.
Por exemplo <property conceitua="geo:country"/> é
equivalente a <property id="country"
concept="geo:country"/> |
Tipo |
LocalId |
Propriedades |
|
Atributos |
|
Usados por |
|
Origem |
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept property. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept property is specified. In that case, an id is
implicitly created with value the local name of the referenced concept. For instance
<property concept="geo:country"/>
is equivalent to
<property id="country" concept="geo:country"/></xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Nenhum namespace |
Anotações |
Uma referência a um conceito que corresponde aos valores do
. Se a propriedade especificar um tipo, esse tipo deverá corresponder ao
tipo do conceito referenciado. Uma referência a um conceito externo deve
ter o formato "prefix:other_concept_id", em que
"prefixo" é o prefixo usado para o namespace do namespace
conjunto de dados (consulte Namespaces XML). |
Tipo |
xs:QName |
Propriedades |
|
Usados por |
|
Origem |
<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 property.
If the property 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>
|
Namespace |
Nenhum namespace |
Anotações |
Se for verdadeiro, esta propriedade deve fazer referência a um conceito, e esta
propriedade denota uma relação hierárquica entre esse conceito e a
conceito referenciado (por exemplo, o continente de um país). |
Tipo |
xs:boolean |
Propriedades |
use: |
opcional |
default: |
falso |
|
Usados por |
|
Origem |
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a hierarchical
relationship between this concept and the referenced
concept (e.g., the continent of a country).</xs:documentation>
</xs:annotation>
</xs:attribute>
|
Namespace |
Nenhum namespace |
Anotações |
Se for verdadeiro, esta propriedade deve fazer referência a um conceito, e esta
indica uma relação (1 para 1) de mapeamento entre esse conceito e
o conceito referenciado. Cada instância do conceito mencionado
referenciado por, no máximo, uma instância desse conceito. |
Tipo |
xs:boolean |
Propriedades |
use: |
opcional |
default: |
falso |
|
Usados por |
|
Origem |
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
<xs:annotation>
<xs:documentation>If true, then this property must reference a
concept, and this property denotes a mapping
(1-to-1) relationship between this concept and the
referenced concept. Each instance of the referenced
concept is referenced by at most one instance of
this 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 2024-09-09 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 2024-09-09 UTC."],[[["ConceptProperty is a complex type that represents a property of a concept, such as the country of a city, with optional elements for textual information (`info`) and data type (`type`)."],["It can have attributes like `id`, `concept`, `isParent`, and `isMapping` to define its identifier, referenced concept, and hierarchical/mapping relationships respectively."],["The `info` element can include a name, description, and URL for the concept property, and is optional."],["The `type` element specifies the data type of the property using the `ref` attribute and is also optional."],["Attributes like `id`, `concept`, `isParent`, and `isMapping` provide further details about the concept property and its relationships with other concepts."]]],["ConceptProperty defines a characteristic of a concept, with optional `info` and `type`. The `info` contains text about the property, including `name`, `description`, and `url`. `type` specifies the data type. Attributes include an optional `id` for unique identification, an optional `concept` to reference related concepts, `isParent` (hierarchical relationship), and `isMapping` (1-to-1 relationship), both booleans, defaulting to `false`. The `@ref` attribute is required for type and defines the data type of the referenced concept.\n"]]