উপাদান: ConceptTableMapping

উপাদান: ConceptTableMapping / mapConcept

নামস্থান http://schemas.google.com/dspl/2010
টীকা টেবিল কলামের আইডিতে একটি ম্যাপিং যাতে ধারণার মান রয়েছে। এই ম্যাপিংটি বাদ দেওয়া হতে পারে যদি ধারণার মানগুলি ধারণকারী টেবিল কলামের ধারণা আইডির মতো একই আইডি থাকে।
ডায়াগ্রাম ডায়াগ্রামdspl5.tmp#id61
বৈশিষ্ট্য
বিষয়বস্তু: জটিল
সামান্য ঘটনা: 0
গুণাবলী
QName টাইপ স্থির ডিফল্ট ব্যবহার করুন টীকা
কলামে স্থানীয় আইডি প্রয়োজনীয় ম্যাপ করা টেবিল কলামের আইডি।
সূত্র
<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
টীকা টেবিল কলামের আইডিতে একটি ম্যাপিং যা ধারণার একটি সম্পত্তির মান ধারণ করে। এই ম্যাপিংটি বাদ দেওয়া হতে পারে যদি টেবিলের কলামে ধারণা সম্পত্তির মান রয়েছে তার আইডি হিসাবে সম্পত্তি আইডি থাকে। ভাষার বৈশিষ্ট্যের জন্য বিভিন্ন মান নির্দিষ্ট করে একটি একক সম্পত্তি একাধিক টেবিল কলামে (প্রতি ভাষাতে একটি) ম্যাপ করা যেতে পারে।
ডায়াগ্রাম ডায়াগ্রামdspl5.tmp#id63dspl5.tmp#id64
বৈশিষ্ট্য
বিষয়বস্তু: জটিল
সামান্য ঘটনা: 0
সর্বাধিক ঘটনা: সীমাহীন
গুণাবলী
QName টাইপ স্থির ডিফল্ট ব্যবহার করুন টীকা
lang ঐচ্ছিক
রেফ স্থানীয় আইডি প্রয়োজনীয় ম্যাপ করা ধারণা সম্পত্তির আইডি।
কলামে স্থানীয় আইডি প্রয়োজনীয় ম্যাপ করা টেবিল কলামের আইডি।
সূত্র
<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#id65dspl5.tmp#id60dspl5.tmp#id62
দ্বারা ব্যবহৃত
উপাদান ধারণা/টেবিল
মডেল mapConcept{0,1} , mapProperty*
শিশুরা mapConcept , mapProperty
গুণাবলী
QName টাইপ স্থির ডিফল্ট ব্যবহার করুন টীকা
রেফ স্থানীয় আইডি প্রয়োজনীয় সারণীর আইডি যেটিতে ধারণার ডেটা রয়েছে।
সূত্র
<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>

অক্সিজেন এক্সএমএল এডিটর ব্যবহার করে তৈরি করা হয়েছে।