Component: ConceptTableMapping

Element: ConceptTableMapping / mapConcept

Namespace http://schemas.google.com/dspl/2010
Annotations 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.
Diagram Diagram dspl5.tmp#id61
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
toColumn LocalId required The id of the mapped table column.
Source
<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

Namespace http://schemas.google.com/dspl/2010
Annotations 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.
Diagram Diagram dspl5.tmp#id63 dspl5.tmp#id64
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Attributes
QName Type Fixed Default Use Annotation
lang optional
ref LocalId required The id of the mapped concept property.
toColumn LocalId required The id of the mapped table column.
Source
<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>

Complex Type: ConceptTableMapping

Namespace http://schemas.google.com/dspl/2010
Annotations A mapping to a table that provides data for a concept.
Diagram Diagram dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
Used by
Element Concept/table
Model mapConcept{0,1} , mapProperty*
Children mapConcept, mapProperty
Attributes
QName Type Fixed Default Use Annotation
ref LocalId required The id of the table that contains data for the concept.
Source
<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>

Attribute: ConceptTableMapping / mapConcept / @toColumn

Namespace No namespace
Annotations The id of the mapped table column.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element ConceptTableMapping/mapConcept
Source
<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>

Attribute: ConceptTableMapping / mapProperty / @ref

Namespace No namespace
Annotations The id of the mapped concept property.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element ConceptTableMapping/mapProperty
Source
<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>

Attribute: ConceptTableMapping / mapProperty / @toColumn

Namespace No namespace
Annotations The id of the mapped table column.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Element ConceptTableMapping/mapProperty
Source
<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>

Attribute: ConceptTableMapping / @ref

Namespace No namespace
Annotations The id of the table that contains data for the concept.
Type LocalId
Properties
use: required
Facets
maxLength 64
Used by
Complex Type ConceptTableMapping
Source
<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>

Created using the oXygen XML Editor.