Składnik: DataType
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Prosty typ danych
Przestrzeń nazw |
http://schemas.google.com/dspl/2010 |
Adnotacje |
Typy danych obsługiwane w przypadku niepodzielnych wartości danych. |
Diagram |
 |
Typ |
ograniczenie xs:string |
Aspekty |
wyliczenie |
ciąg znaków |
|
enumeration |
liczba zmiennoprzecinkowa |
|
wyliczenie |
liczba całkowita |
|
enumeration |
wartość logiczna |
|
enumeration |
data |
|
wyliczenie |
pomysł : koncepcja |
|
|
Używane przez |
|
Źródło |
<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>
|
Utworzono za pomocą
oXygen XML Editor.
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-10-13 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-10-13 UTC."],[[["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"]]