المكوّن: ConceptTableMapping

العنصر: ConceptTableMapping / mapConcept

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية عملية ربط لمعرّف عمود الجدول الذي يحتوي على قيم المفهوم. قد يتم حذف عملية الربط هذه إذا كان عمود الجدول الذي يحتوي على قيم المفهوم يتضمّن المعرّف نفسه كمعرّف المفهوم.
رسم بياني رسم بياني dspl5.tmp#id61
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
toColumn المعرّف المحلي إجراء مطلوب رقم تعريف عمود الجدول الذي تم ربطه.
المصدر
<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>

العنصر: ConceptTableMapping / mapProperty

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية عملية ربط لمعرّف عمود الجدول الذي يحتوي على قيم إحدى سمات المفهوم. قد يتم حذف عملية الربط هذه إذا كان عمود الجدول الذي يحتوي على قيم مفهوم السمة هو معرّف الموقع كمعرّف. ويمكن ربط موقع واحد بعدة أعمدة في الجدول (عمود لكل لغة) من خلال تحديد قيم مختلفة لسمة اللغة.
رسم بياني رسم بياني dpl5.tmp#id63 dpl5.tmp#id64
أماكن إقامة
المحتوى: مُعَقَّد
minOccurs: 0
maxOccurs: بلا حدود
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
lang إجراء اختياري
المرجع المعرّف المحلي إجراء مطلوب رقم تعريف خاصية الفكرة التي تم ربطها.
toColumn المعرّف المحلي إجراء مطلوب رقم تعريف عمود الجدول الذي تم ربطه.
المصدر
<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>

النوع المعقد: ConceptTableMapping

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية ربط الجدول الذي يقدّم بيانات لمفهوم معيّن
رسم بياني رسم بياني dpl5.tmp#id65 dpl5.tmp#id60 dpl5.tmp#id62
قيد الاستخدام بواسطة
عنصر المفهوم/الجدول
الطراز mapConcept{0,1} وmapProperty*
أطفال mapConcept وmapProperty
السمات
اسم Q النوع ثابت تلقائي استخدام التعليق التوضيحي
المرجع المعرّف المحلي إجراء مطلوب معرّف الجدول الذي يحتوي على بيانات المفهوم.
المصدر
<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>

السمة: ConceptTableMapping / mapConcept / @toColumn

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية رقم تعريف عمود الجدول الذي تم ربطه.
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
عنصر ConceptTableMapping/mapConcept
المصدر
<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>

السمة: ConceptTableMapping / mapProperty / @ref

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية رقم تعريف خاصية الفكرة التي تم ربطها.
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
عنصر ConceptTableMapping/mapProperty
المصدر
<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>

السمة: ConceptTableMapping / mapProperty / @toColumn

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية رقم تعريف عمود الجدول الذي تم ربطه.
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
عنصر ConceptTableMapping/mapProperty
المصدر
<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>

السمة: ConceptTableMapping / @ref

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف الجدول الذي يحتوي على بيانات المفهوم.
النوع المعرّف المحلي
أماكن إقامة
استخدم: إجراء مطلوب
الواجهات
الحد الأقصى للطول 64
قيد الاستخدام بواسطة
نوع المجمّع ConceptTableMapping
المصدر
<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>

تم إنشاؤه باستخدام oxygen XML Editor.