Componente: ConceptTableMapping

Elemento: ConceptTableMapping/mapConcept

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una asignación al ID de la columna de la tabla que contiene los valores del concepto. Esta asignación se puede omitir si la columna de la tabla que contiene los valores de concepto tiene el mismo ID que el ID de concepto.
Diagrama Diagrama dspl5.tmp#id61
Propiedades
content: complejo
mín.Ocurre: 0
Atributos
QName Tipo Fijo Predeterminado Uso Anotación
toColumn LocalId obligatorio El ID de la columna de la tabla asignada.
Fuente
<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>

Elemento: ConceptTableMapping/mapProperty

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Una asignación al ID de la columna de la tabla que contiene los valores de una propiedad del concepto. Esta asignación se puede omitir si la columna de la tabla que contiene los valores de propiedad del concepto tiene el ID de propiedad como su ID. Una sola propiedad se puede asignar a varias columnas de la tabla (una por idioma) si especificas diferentes valores para el atributo de idioma.
Diagrama Diagrama dspl5.tmp#id63 dspl5.tmp#id64
Propiedades
content: complejo
mín.Ocurre: 0
Ocurre máx.: no delimitado
Atributos
QName Tipo Fijo Predeterminado Uso Anotación
lang opcional
referencia LocalId obligatorio Es el ID de la propiedad del concepto asignado.
toColumn LocalId obligatorio El ID de la columna de la tabla asignada.
Fuente
<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 complejo: ConceptTableMapping

Espacio de nombres http://schemas.google.com/dspl/2010
Anotaciones Es una asignación a una tabla que proporciona datos para un concepto.
Diagrama Diagrama dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Utilizado por
Elemento Concepto/tabla
Modelo mapConcept{0,1} y mapProperty*
Para niños mapConcept y mapProperty
Atributos
QName Tipo Fijo Predeterminado Uso Anotación
referencia LocalId obligatorio Es el ID de la tabla que contiene los datos para el concepto.
Fuente
<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>

Atributo: ConceptTableMapping / mapConcept / @toColumn

Espacio de nombres No hay espacios de nombres
Anotaciones El ID de la columna de la tabla asignada.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Elemento ConceptTableMapping/mapConcept
Fuente
<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>

Atributo: ConceptTableMapping / mapProperty / @ref

Espacio de nombres No hay espacios de nombres
Anotaciones Es el ID de la propiedad del concepto asignado.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Elemento ConceptTableMapping/mapProperty
Fuente
<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>

Atributo: ConceptTableMapping / mapProperty / @toColumn

Espacio de nombres No hay espacios de nombres
Anotaciones El ID de la columna de la tabla asignada.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Elemento ConceptTableMapping/mapProperty
Fuente
<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>

Atributo: ConceptTableMapping / @ref

Espacio de nombres No hay espacios de nombres
Anotaciones Es el ID de la tabla que contiene los datos para el concepto.
Tipo LocalId
Propiedades
utiliza esto: obligatorio
Facetas
maxLength 64
Utilizado por
Tipo complejo ConceptTableMapping
Fuente
<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>

Se crea con el editor de XML de oXygen.