جزء: DataType
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
نوع ساده DataType
فضای نام | http://schemas.google.com/dspl/2010 |
---|
حاشیه نویسی ها | انواع داده های پشتیبانی شده برای مقادیر داده اتمی. |
---|
نمودار |  |
---|
تایپ کنید | محدودیت xs:string |
---|
وجوه | شمارش | رشته | |
---|
شمارش | شناور | |
---|
شمارش | عدد صحیح | |
---|
شمارش | بولی | |
---|
شمارش | تاریخ | |
---|
شمارش | مفهوم | |
---|
|
---|
استفاده شده توسط | |
---|
منبع |
<xs:simpleType name="DataType">
<xs:annotation>
<xs:documentation>Data types supported for atomic data values.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:string">
<xs:enumeration value="string"/>
<xs:enumeration value="float"/>
<xs:enumeration value="integer"/>
<xs:enumeration value="boolean"/>
<xs:enumeration value="date"/>
<xs:enumeration value="concept"/>
</xs:restriction>
</xs:simpleType>
|
---|
با استفاده از ویرایشگر XML oXygen ایجاد شده است.
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2024-11-12 بهوقت ساعت هماهنگ جهانی."],[[["Simple Type DataType restricts data to atomic values like string, float, integer, boolean, date, and concept."],["It's used to define the data type for attributes, concepts, concept properties, table columns, and value groups within the schema."],["DataType is based on the xs:string type and uses enumerations to specify allowed values."],["The schema documentation provides detailed information about how and where DataType is utilized."]]],["The document defines \"DataType,\" a restriction of `xs:string`, specifying the allowed data types for atomic values. It supports six enumerated types: string, float, integer, boolean, date, and concept. This \"DataType\" is referenced in attributes, concepts, concept properties, table columns, and value groups. The source code demonstrates the XML structure for defining these allowed data types within the \"DataType\" simple type.\n"]]