구성요소: ValuesGroup

요소: ValuesGroup / 값

네임스페이스 http://schemas.google.com/dspl/2010
다이어그램 다이어그램 dspl7.tmp#id11
유형
속성
content: 복잡함
minOccurs: 0
maxOccurs: unbounded
속성
QName 유형 고정 기본값 사용 Annotation
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 유형 고정 기본값 사용 Annotation
개념 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

네임스페이스 네임스페이스 없음
주석 테이블 열의 데이터 유형입니다. 열의 모든 값 테이블은 이 데이터 유형을 준수해야 합니다.
유형 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>

요소: 그룹 값 그룹

네임스페이스 http://schemas.google.com/dspl/2010
주석 원자 값 그룹. 당 최대 하나의 값이 있어야 합니다. 로케일 (xml:lang 속성)을 정의하고 언어 없이 값은 최대 1개만 사용할 수 있습니다. 전체 값은 값 요소 또는 conceptValue 요소입니다.
다이어그램 다이어그램 dspl0.tmp#id10 dspl0.tmp#id12
사용 주체
요소 테이블/열
복합 유형 속성,
모델 값* | 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 편집기.