کامپوننت: LocalId

نوع ساده LocalId

فضای نام http://schemas.google.com/dspl/2010
حاشیه نویسی ها یک شناسه محلی که در مجموعه داده استفاده می شود. شناسه‌های محلی باید در محدوده‌ای که در آن تعریف شده‌اند منحصربه‌فرد باشند، به عنوان مثال، شناسه‌های دارایی در یک مفهوم منحصربه‌فرد هستند، شناسه‌های ستون در یک جدول منحصربه‌فرد هستند. طول شناسه های محلی به 64 کاراکتر محدود شده است.
نمودار نمودار
تایپ کنید محدودیت xs:NCName
وجوه
بیشترین طول 64
استفاده شده توسط
ویژگی های ویژگی/@ id ، ConceptTableMapping/@ref ، ConceptTableMapping/@ref، ConceptTableMapping/mapConcept/@toColumn ، ConceptTableMapping/mapProperty/@ref ، ConceptTableMapping/mapProperty/@toColumn ، SliceTableMapping ، SliceTableMapping/@toColumn Table/column/@id ، ValuesGroup/@id
منبع
<xs:simpleType name="LocalId">
  <xs:annotation>
    <xs:documentation>A local identifier used in the dataset. Local identifiers must
        be unique within the scope they are defined in, e.g., property
        ids are unique within a concept, column ids are unique within
        a table.  The length of local identifiers is limited to 64
        characters.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NCName">
    <xs:maxLength value="64"/>
  </xs:restriction>
</xs:simpleType>

با استفاده از ویرایشگر XML oXygen ایجاد شده است.