רכיב: טבלה

הרכיב: טבלה / מידע

מרחב שמות http://schemas.google.com/dspl/2010
הערות מידע טקסטואלי על הטבלה.
דיאגרמה דיאגרמה dpl4.tmp#id7 dpl4.tmp#id14 dpl4.tmp#id15 dpl4.tmp#id6
סוג מידע
נכסים
תוכן: מורכב
minOccurs: 0
דגם name , description{0,1} , url{0,1}
ילדים description [תיאור], name [שם], url [כתובת_URL]
Instance
<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 table.</xs:documentation>
  </xs:annotation>
</xs:element>

הרכיב: טבלה / עמודה

מרחב שמות http://schemas.google.com/dspl/2010
הערות מפרט של עמודה בטבלה.
דיאגרמה דיאגרמה dpl10.tmp#id55 dpl10.tmp#id66 dpl10.tmp#id94 dpl0.tmp#id10 dpl0.tmp#id12 dpl0.tmp#id9
נכסים
תוכן: מורכב
maxOccurs: ללא הבחנה
דגם value* | conceptValue{0,1}
ילדים conceptValue, value
Instance
<column format="" id="" type="">
  <value lang="">{0,unbounded}</value>
  <conceptValue concept="">{0,1}</conceptValue>
</column>
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
פורמט x:string אופציונלי פורמט לעמודה המשמש לניתוח הייצוג הטקסטואלי של הערכים. אפשר להגדיר פורמטים של תאריכים לפי: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
id LocalId חובה המזהה של עמודת הטבלה.
סוג סוג הנתונים חובה סוג הנתונים בעמודה. כל ערכי העמודה בטבלה חייבים להתאים לסוג הנתונים הזה.
מקור
<xs:element name="column" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>The specification of a column in the table.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:group ref="ValuesGroup" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A constant value for the column.</xs:documentation>
      </xs:annotation>
    </xs:group>
    <xs:attribute name="id" type="LocalId" use="required">
      <xs:annotation>
        <xs:documentation>The identifier of the table column.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="type" type="DataType" use="required">
      <xs:annotation>
        <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="format" type="xs:string" use="optional">
      <xs:annotation>
        <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>

הרכיב: טבלה / נתונים

מרחב שמות http://schemas.google.com/dspl/2010
הערות מקור נתונים שאפשר למצוא בו את נתוני הטבלה.
דיאגרמה דיאגרמה dpl11.tmp#id99 dpl11.tmp#id98
סוג נתונים
נכסים
תוכן: מורכב
minOccurs: 0
דגם קובץ
ילדים קובץ
Instance
<data>
  <file encoding="utf-8" format="csv">{1,1}</file>
</data>
מקור
<xs:element name="data" type="Data" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A data source where data for the table can be found.</xs:documentation>
  </xs:annotation>
</xs:element>

סוג מורכב: טבלה

מרחב שמות http://schemas.google.com/dspl/2010
הערות טבלה מספקת נתונים עבור מערך הנתונים. טבלה יכולה לספק נתונים לגבי קונספט או עבור פלח.
דיאגרמה דיאגרמה dpl10.tmp#id102 dpl10.tmp#id89 dpl10.tmp#id90 dpl10.tmp#id97
בשימוש על ידי
רכיב dspl/tables/table
דגם info{0,1} , column+ , data{0,1}
ילדים column, data, info
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
id מזהה חובה המזהה הייחודי של הטבלה במערך הנתונים.
מקור
<xs:complexType name="Table">
  <xs:annotation>
    <xs:documentation>A table provides data for the dataset. A table may provide data
        for a concept or for a slice.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the table.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="column" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>The specification of a column in the table.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:group ref="ValuesGroup" minOccurs="0">
          <xs:annotation>
            <xs:documentation>A constant value for the column.</xs:documentation>
          </xs:annotation>
        </xs:group>
        <xs:attribute name="id" type="LocalId" use="required">
          <xs:annotation>
            <xs:documentation>The identifier of the table column.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="type" type="DataType" use="required">
          <xs:annotation>
            <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
          </xs:annotation>
        </xs:attribute>
        <xs:attribute name="format" type="xs:string" use="optional">
          <xs:annotation>
            <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
          </xs:annotation>
        </xs:attribute>
      </xs:complexType>
    </xs:element>
    <xs:element name="data" type="Data" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A data source where data for the table can be found.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="Id" use="required">
    <xs:annotation>
      <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

מאפיין: טבלה / עמודה / @פורמט

מרחב שמות אין מרחב שמות
הערות פורמט לעמודה המשמש לניתוח הייצוג הטקסטואלי של הערכים. אפשר להגדיר פורמטים של תאריכים לפי: http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html
סוג x:string
נכסים
משתמשים: אופציונלי
מקור
<xs:attribute name="format" type="xs:string" use="optional">
  <xs:annotation>
    <xs:documentation>A format for the column, used to parse a textual
                representation of the values.

                Date formats are defined by:

                http://joda-time.sourceforge.net/api-release/org/joda/time/format/DateTimeFormat.html</xs:documentation>
  </xs:annotation>
</xs:attribute>

מאפיין: טבלה / עמודה / @id

מרחב שמות אין מרחב שמות
הערות המזהה של עמודת הטבלה.
סוג LocalId
נכסים
משתמשים: חובה
מאפיינים
אורך מקסימלי 64
מקור
<xs:attribute name="id" type="LocalId" use="required">
  <xs:annotation>
    <xs:documentation>The identifier of the table column.</xs:documentation>
  </xs:annotation>
</xs:attribute>

מאפיין: טבלה / עמודה / @type

מרחב שמות אין מרחב שמות
הערות סוג הנתונים בעמודה. כל ערכי העמודה בטבלה חייבים להתאים לסוג הנתונים הזה.
סוג סוג הנתונים
נכסים
משתמשים: חובה
מאפיינים
מספור מחרוזת
מספור מספר ממשי (float)
מספור מספר שלם
מספור boolean
מספור תאריך
מספור קונספט
מקור
<xs:attribute name="type" type="DataType" use="required">
  <xs:annotation>
    <xs:documentation>The data type of the table column. All values of the
                column in the table must conform to this data type.</xs:documentation>
  </xs:annotation>
</xs:attribute>

מאפיין: טבלה / @id

מרחב שמות אין מרחב שמות
הערות המזהה הייחודי של הטבלה במערך הנתונים.
סוג מזהה
נכסים
משתמשים: חובה
מאפיינים
אורך מקסימלי 64
בשימוש על ידי
סוג מורכב טבלה
מקור
<xs:attribute name="id" type="Id" use="required">
  <xs:annotation>
    <xs:documentation>The unique identifier of the table in the dataset.</xs:documentation>
  </xs:annotation>
</xs:attribute>

נוצר באמצעות OXygen XML Editor.