Komponent: mapowanie koncepcji

Element: ConceptTableMapping / mapConcept

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do identyfikatora kolumny tabeli zawierającej wartości koncepcji. Mapowanie może zostać pominięte, jeśli kolumna tabeli zawierająca wartości koncepcji ma ten sam identyfikator co identyfikator koncepcji.
Diagram Diagram dspl5.tmp#id61
Usługi
zawartość: Złożone
minOcuss: 0
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
dokolumny Identyfikator lokalny wymagany Identyfikator zmapowanej kolumny tabeli.
Źródło
<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>

Element: ConceptTableMapping /mapProperty

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do identyfikatora kolumny tabeli, która zawiera wartości właściwości koncepcji. Mapowanie może zostać pominięte, jeśli kolumna tabeli zawierająca wartości właściwości koncepcyjnych ma identyfikator usługi. Pojedyncze właściwości można zmapować na wiele kolumn tabeli (po jednej na język), określając różne wartości atrybutu język.
Diagram Diagram dspl5.tmp#id63 dspl5.tmp#id64
Usługi
zawartość: Złożone
minOcuss: 0
Maksymalne wystąpienia: nieograniczony
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
lang opcjonalne
ref Identyfikator lokalny wymagany Identyfikator zmapowanej właściwości koncepcyjnej.
dokolumny Identyfikator lokalny wymagany Identyfikator zmapowanej kolumny tabeli.
Źródło
<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>

Typ zespolony: mapowanie koncepcyjne

Przestrzeń nazw http://schemas.google.com/dspl/2010
adnotacji, Mapowanie do tabeli, które dostarcza dane dla koncepcji.
Diagram Diagram dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Używane przez
Element Pojęcie/tabela
Model mapConcept{0,1} , mapProperty*
Dzieci mapConcept, mapProperty
Atrybuty
Nazwisko Typ Naprawiono Domyślna Używaj Adnotacja
ref Identyfikator lokalny wymagany Identyfikator tabeli zawierającej dane pojęcia.
Źródło
<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>

Atrybut: ConceptTableMapping / mapConcept / @toKolumna

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej kolumny tabeli.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Element Mapowanie koncepcji/mapkoncepcji
Źródło
<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>

Atrybut: ConceptTableMapping / mapProperty / @ref

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej właściwości koncepcyjnej.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Element Mapowanie koncepcji/element mapy
Źródło
<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>

Atrybut: ConceptTableMapping / mapProperty /to @tocolumn

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator zmapowanej kolumny tabeli.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Element Mapowanie koncepcji/element mapy
Źródło
<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>

Atrybut: ConceptTableMapping / @ref

Przestrzeń nazw Brak przestrzeni nazw
adnotacji, Identyfikator tabeli zawierającej dane pojęcia.
Typ Identyfikator lokalny
Usługi
użyj: wymagany
Aspekty
maksymalna długość 64
Używane przez
Typ Złożony Mapowanie koncepcji
Źródło
<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>

utworzonych w edytorze XML Oxygen,