רכיב: ValueGroup

רכיב: ValuesGroup / ערך

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

רכיב: ValuesGroup / ConceptValue

מרחב שמות http://schemas.google.com/dspl/2010
תרשים תרשים dspl0.tmp#id13
מאפיינים
content: מורכב
minOccurs: 0
מאפיינים
QName סוג קבוע ברירת מחדל שימוש הערה
קונספט 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 / @מושג

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

מאפיין: ValuesGroup / @id

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

מרחב שמות אין מרחב שמות
הערות סוג הנתונים של העמודה בטבלה. כל הערכים של העמודה ב- הטבלה חייבת להתאים לסוג הנתונים הזה.
סוג DataType
מאפיינים
להשתמש ב: חובה
מאפיינים
ספירה מחרוזת
ספירה מספר ממשי (float)
ספירה מספר שלם
ספירה בוליאני
ספירה תאריך
ספירה קונספט
בשימוש על ידי
רכיב טבלה/עמודה
מקור
<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
סוג xs: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.
תרשים תרשים dspl0.tmp#id10 dspl0.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