جزء: صفت
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
عنصر: ویژگی / اطلاعات
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | اطلاعات متنی در مورد ویژگی. |
---|
نمودار |  |
---|
تایپ کنید | اطلاعات |
---|
خواص | محتوا: | مجتمع |
---|
کوچک اتفاق می افتد: | 0 |
---|
|
---|
مدل | نام ، توضیحات{0،1} ، آدرس اینترنتی{0،1} |
---|
بچه ها | توضیحات ، نام ، آدرس اینترنتی |
---|
نمونه | <info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info> |
---|
منبع | <xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element> |
---|
عنصر: ویژگی / نوع
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | نوع داده مشخصه. |
---|
نمودار |  |
---|
خواص | محتوا: | مجتمع |
---|
کوچک اتفاق می افتد: | 0 |
---|
|
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
قالب | xs: رشته | | | اختیاری | قالبی برای مقدار که برای تجزیه نمایش متنی مقادیر استفاده می شود. برای تاریخ ها به [مشخصات قالب های تاریخ] مراجعه کنید. |
---|
رجوع کنید | نوع داده | | | مورد نیاز است | |
---|
|
---|
منبع | <xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element> |
---|
نوع مجتمع: ویژگی
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | یک ویژگی یک مجموعه داده یا یک مفهوم. |
---|
نمودار |  |
---|
استفاده شده توسط | |
---|
مدل | اطلاعات{0,1} , type{0,1} , ( value* | conceptValue{0,1} ) |
---|
بچه ها | مفهوم ارزش ، اطلاعات ، نوع ، ارزش |
---|
صفات | QName | تایپ کنید | ثابت شد | پیش فرض | استفاده کنید | حاشیه نویسی |
---|
مفهوم | xs:QName | | | اختیاری | ارجاع به مفهومی که با مقادیر صفت مطابقت دارد. اگر خصیصه یک نوع را مشخص می کند، آنگاه نوع باید با نوع مفهوم ارجاع شده مطابقت داشته باشد. ارجاع به یک مفهوم خارجی باید به شکل "prefix:other_concept_id" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام XML مراجعه کنید). |
---|
شناسه | LocalId | | | اختیاری | شناسه صفت مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، شناسه ممکن است حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <attribute concept="unit:currency"/> معادل <attribute id="currency" concept="unit:currency"/> است. |
---|
|
---|
منبع | <xs:complexType name="Attribute">
<xs:annotation>
<xs:documentation>An attribute of a dataset or a concept.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the attribute.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="type" minOccurs="0">
<xs:annotation>
<xs:documentation>The data type of the attribute.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:attribute name="ref" type="DataType" use="required"/>
<xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
<xs:group ref="ValuesGroup" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the attribute.
If the attribute specifies a type, then the type must match the type of
the referenced concept.
A reference to an external concept must be of the form "prefix:other_concept_id",
where "prefix" is the prefix used for the namespace of the external dataset
(see XML namespaces).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |
---|
ویژگی: ویژگی / نوع / @ref
فضای نام | بدون فضای نام |
---|
تایپ کنید | نوع داده |
---|
خواص | استفاده کنید: | مورد نیاز است |
---|
|
---|
وجوه | شمارش | رشته | |
---|
شمارش | شناور | |
---|
شمارش | عدد صحیح | |
---|
شمارش | بولی | |
---|
شمارش | تاریخ | |
---|
شمارش | مفهوم | |
---|
|
---|
استفاده شده توسط | |
---|
منبع | <xs:attribute name="ref" type="DataType" use="required"/> |
---|
فضای نام | بدون فضای نام |
---|
حاشیه نویسی ها | قالبی برای مقدار که برای تجزیه نمایش متنی مقادیر استفاده می شود. برای تاریخ ها به [مشخصات قالب های تاریخ] مراجعه کنید. |
---|
تایپ کنید | xs: رشته |
---|
خواص | |
---|
استفاده شده توسط | |
---|
منبع | <xs:attribute name="format" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>A format for the value, used to parse a textual
representation of the values. See [Date formats spec]
for dates.</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
فضای نام | بدون فضای نام |
---|
حاشیه نویسی ها | شناسه صفت مفهومی. این شناسه باید در مفهوم منحصر به فرد باشد (در میان ویژگی ها و ویژگی ها). اگر ویژگی مفهومی مشخص شده باشد، شناسه ممکن است حذف شود. در آن صورت، یک شناسه به طور ضمنی با مقدار نام محلی مفهوم ارجاع شده ایجاد می شود. برای مثال <attribute concept="unit:currency"/> معادل <attribute id="currency" concept="unit:currency"/> است. |
---|
تایپ کنید | LocalId |
---|
خواص | |
---|
وجوه | |
---|
استفاده شده توسط | |
---|
منبع | <xs:attribute name="id" type="LocalId" use="optional">
<xs:annotation>
<xs:documentation>The id of the concept attribute. This identifier must be unique within the concept
(across attributes and properties).
The id may be omitted if the concept attribute is specified. In that case, an id is
implicity created with value the local name of the referenced concept. For instance
<attribute concept="unit:currency"/>
is equivalent to
<attribute id="currency" concept="unit:currency"/></xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
ویژگی: ویژگی / @concept
فضای نام | بدون فضای نام |
---|
حاشیه نویسی ها | ارجاع به مفهومی که با مقادیر صفت مطابقت دارد. اگر خصیصه یک نوع را مشخص می کند، آنگاه نوع باید با نوع مفهوم ارجاع شده مطابقت داشته باشد. ارجاع به یک مفهوم خارجی باید به شکل "prefix:other_concept_id" باشد، که در آن "پیشوند" پیشوندی است که برای فضای نام مجموعه داده خارجی استفاده می شود (به فضاهای نام XML مراجعه کنید). |
---|
تایپ کنید | xs:QName |
---|
خواص | |
---|
استفاده شده توسط | |
---|
منبع | <xs:attribute name="concept" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>A reference to a concept that corresponds to the values of the attribute.
If the attribute specifies a type, then the type must match the type of
the referenced concept.
A reference to an external concept must be of the form "prefix:other_concept_id",
where "prefix" is the prefix used for the namespace of the external dataset
(see XML namespaces).</xs:documentation>
</xs:annotation>
</xs:attribute> |
---|
با استفاده از ویرایشگر XML oXygen ایجاد شده است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[],["The core content describes the structure and properties of an \"Attribute\" within a dataset or concept. An attribute can include optional textual information (`info`), its data `type` (required), and value. The `type` specifies the data type and can have a `format`. Attributes have an optional `id` for unique identification and can refer to another `concept`. The `info` section may include name, description, and URL.\n"]]