المكون: ConceptTableMapping

العنصر: ConceptTableMapping / mapConcept

مساحة الاسم http://schemas.google.com/dspl/2010
التعليقات التوضيحية عملية الربط بمعرّف عمود الجدول الذي يحتوي على وقيم المفهوم. قد يتم حذف عملية الربط هذه في حال كان عمود الجدول يحتوي على قيم المفهوم التي لها نفس رقم تعريف المفهوم المعرّف
الرسم البياني المخطط البياني dspl5.tmp#id61
أماكن إقامة
المحتوى: معقد
minOccurs: 0
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
toColumn LocalId مطلوب رقم تعريف عمود الجدول المرتبط.
المصدر
<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
التعليقات التوضيحية عملية الربط بمعرّف عمود الجدول الذي يحتوي على بقيم خاصية المفهوم. قد يتم حذف هذا التعيين إذا تم حذف عمود الجدول الذي يحتوي على قيم خاصية المفهوم يحتوي على الخاصية معرفه كمعرفه. يمكن ربط سمة واحدة بعدة أعمدة جدول (واحد لكل لغة) من خلال تحديد قيم مختلفة لسمة language .
المخطط البياني المخطط البياني dspl5.tmp#id63 dspl5.tmp#id64
أماكن إقامة
المحتوى: معقد
minOccurs: 0
maxOccurs: غير محدود
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
lang اختياري
ref LocalId مطلوب معرّف سمة المفهوم المرتبط
toColumn LocalId مطلوب رقم تعريف عمود الجدول المرتبط.
المصدر
<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
التعليقات التوضيحية يشير الربط إلى جدول يوفّر بيانات مفهوم
المخطط البياني المخطط البياني dspl5.tmp#id65 dspl5.tmp#id60 dspl5.tmp#id62
قيد الاستخدام بواسطة
العنصر المبدأ/الجدول
الطراز mapConcept{0,1} , mapProperty*
أطفال mapConcept وmapProperty
السمات
QName النوع ثابت تلقائي استخدام تعليق توضيحي
ref LocalId مطلوب الرقم التعريفي للجدول الذي يحتوي على بيانات مفهوم
المصدر
<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

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف عمود الجدول المرتبط
النوع LocalId
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 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

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف سمة المفهوم المرتبط
النوع LocalId
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 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

مساحة الاسم لا توجد مساحة اسم
التعليقات التوضيحية معرّف عمود الجدول المرتبط
النوع LocalId
أماكن إقامة
استخدام: مطلوب
الواجهات
maxLength 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

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

تم إنشاؤه باستخدام محرِّر XML oXygen: