רכיב: ValueGroup

הרכיב: ValuesGroup / ערך

מרחב שמות http://schemas.google.com/dspl/2010
דיאגרמה דיאגרמה dpl7.tmp#id11
סוג ערך
נכסים
תוכן: מורכב
minOccurs: 0
maxOccurs: ללא הבחנה
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
lang אופציונלי
מקור
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>

הרכיב: ValuesGroup / conceptValue

מרחב שמות http://schemas.google.com/dspl/2010
דיאגרמה דיאגרמה dpl0.tmp#id3
נכסים
תוכן: מורכב
minOccurs: 0
מאפיינים
שם סוג קבוע ברירת מחדל שימוש הערה
קונספט xs:QName חובה
מקור
<xs:element name="conceptValue" minOccurs="0">
  <xs:complexType>
    <xs:attribute name="concept" type="xs:QName" use="required"/>
  </xs:complexType>
</xs:element>

מאפיין: ValuesGroup / conceptValue / @concept

מרחב שמות אין מרחב שמות
סוג xs:QName
נכסים
משתמשים: חובה
בשימוש על ידי
רכיב ValuesGroup/conceptValue
מקור
<xs:attribute name="concept" type="xs:QName" use="required"/>

מאפיין: ValuesGroup / @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>

מאפיין: ValuesGroup / @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>

מאפיין: ValuesGroup / @format

מרחב שמות אין מרחב שמות
הערות פורמט לעמודה המשמש לניתוח הייצוג הטקסטואלי של הערכים. אפשר להגדיר פורמטים של תאריכים לפי: 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>

רכיב: Group ValueGroup

מרחב שמות http://schemas.google.com/dspl/2010
הערות קבוצה של ערכים אטומיים. חייב להיות ערך אחד לכל מקום (מאפיין xml:lang), ולכל היותר ערך אחד ללא שפה. כל הערכים הם רכיבי ערך או רכיבי conceptValue.
דיאגרמה דיאגרמה dpl0.tmp#id10 dpl0.tmp#id12
בשימוש על ידי
רכיב טבלה/עמודה
סוגים מורכבים מאפיין, ערכים
דגם value* | conceptValue{0,1}
ילדים conceptValue, value
מקור
<xs:group name="ValuesGroup">
  <xs:annotation>
    <xs:documentation>A group of atomic values. There must be at most one value per locale
        (xml:lang attribute), and at most one value with no locale.
        All values are either value elements or conceptValue elements.</xs:documentation>
  </xs:annotation>
  <xs:choice>
    <xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
    <xs:element name="conceptValue" minOccurs="0">
      <xs:complexType>
        <xs:attribute name="concept" type="xs:QName" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:choice>
</xs:group>

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