구성요소: ValuesGroup
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
네임스페이스 |
http://schemas.google.com/dspl/2010 |
다이어그램 |
 |
유형 |
값 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
maxOccurs: |
unbounded |
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
lang |
|
|
|
선택사항 |
|
|
소스 |
<xs:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/>
|
네임스페이스 |
http://schemas.google.com/dspl/2010 |
다이어그램 |
 |
속성 |
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>
|
네임스페이스 |
네임스페이스 없음 |
유형 |
xs:QName |
속성 |
|
사용 주체 |
|
소스 |
<xs:attribute name="concept" type="xs:QName" use="required"/>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
테이블 열의 식별자입니다. |
유형 |
LocalId |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<xs:attribute name="id" type="LocalId" use="required">
<xs:annotation>
<xs:documentation>The identifier of the table column.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
테이블 열의 데이터 유형입니다. 열의 모든 값
테이블은 이 데이터 유형을 준수해야 합니다. |
유형 |
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>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
텍스트 표현을 파싱하는 데 사용되는 열의 형식입니다.
얻습니다. 날짜 형식은 다음과 같이 정의됩니다.
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 요소입니다. |
다이어그램 |
 |
사용 주체 |
|
모델 |
값* | 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 편집기.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-25(UTC)"],[],["The `ValuesGroup` element defines a collection of atomic values, either as `value` or `conceptValue` elements. `conceptValue` must specify a `concept` attribute, while `value` can have a `lang` attribute. `ValuesGroup` attributes include `id` (required, up to 64 characters), `type` (required, with data type options), and `format` (optional, for parsing textual values). The `ValuesGroup` must contain one value per locale. The group is used by Table/column and complex types like Attribute and Values.\n"]]