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 puede omitirse si la columna de la tabla que contiene los valores de concepto tiene el mismo ID que el ID de concepto.
Diagrama Diagrama despl5.tmp#id61
Propiedades
content: complejo
minOccurs: 0
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
toColumna LocalId required 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 puede omitirse si la columna de la tabla que contiene los valores de propiedad de 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 valores diferentes para el atributo de idioma.
Diagrama Diagrama dspl5.tmp#id63, dspl5.tmp#id64
Propiedades
content: complejo
minOccurs: 0
maxOccurs: no delimitado
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
lang columna
ref LocalId required El ID de la propiedad de concepto asignada.
toColumna LocalId required 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 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} , mapProperty*
Children mapConcept y mapProperty
Atributos
QName Tipo Fixed Predeterminado Uso Anotación
ref LocalId required El ID de la tabla que contiene los datos del 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: required
Facets
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 El ID de la propiedad de concepto asignada.
Tipo LocalId
Propiedades
utiliza esto: required
Facets
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: required
Facets
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 El ID de la tabla que contiene los datos del concepto.
Tipo LocalId
Propiedades
utiliza esto: required
Facets
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 XML de oxygen.