구성요소: 주제
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요소: 주제 / 정보
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
주제에 관한 텍스트 정보입니다. |
다이어그램 |
 |
유형 |
정보 |
속성 |
|
모델 |
이름 , 설명{0,1} , URL{0,1} |
어린이 |
설명, 이름, url |
인스턴스 |
<info>
<name>{1,1}</name>
<description>{0,1}</description>
<url>{0,1}</url>
</info>
|
소스 |
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
|
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
하위 주제는 상위 주제 내부에 삽입할 수 있습니다. 그렇다면
아동의 순서는 의미가 있으며
이러한 주제를 표시하는 애플리케이션입니다. |
다이어그램 |
 |
유형 |
주제 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
maxOccurs: |
unbounded |
|
모델 |
정보 , 주제* |
어린이 |
정보, 주제 |
인스턴스 |
<topic id="" parentTopic="">
<info>{1,1}</info>
<topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
|
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
id |
ID |
|
|
필수 |
데이터 세트입니다 |
parentTopic |
xs:QName |
|
|
선택사항 |
이 주제에 상위 주제가 있는 경우, 이 ID의 ID입니다.
내부에 인라인된 주제에는 parentTopic을 지정할 수 없습니다.
다른 주제를 살펴보세요. |
|
소스 |
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</xs:documentation>
</xs:annotation>
</xs:element>
|
복합 유형: 주제
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
주제는 개념에 연결할 수 있는 라벨입니다. 주제는
계층적으로 구성됩니다. |
다이어그램 |
 |
사용 주체 |
|
모델 |
정보 , 주제* |
어린이 |
정보, 주제 |
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
id |
ID |
|
|
필수 |
데이터 세트입니다 |
parentTopic |
xs:QName |
|
|
선택사항 |
이 주제에 상위 주제가 있는 경우, 이 ID의 ID입니다.
내부에 인라인된 주제에는 parentTopic을 지정할 수 없습니다.
다른 주제를 살펴보세요. |
|
소스 |
<xs:complexType name="Topic">
<xs:annotation>
<xs:documentation>A topic is a label that can be attached to concepts. Topics
are organized hierarchically.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="info" type="Info">
<xs:annotation>
<xs:documentation>Textual information about the topic.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="topic" type="Topic" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>Child topics can be inlined inside their parent topic. If
so, the order of children is meaningful and should be
respected by applications that display these topics.</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 topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|
속성: 주제 / @id
네임스페이스 |
네임스페이스 없음 |
주석 |
데이터 세트에 있는 주제의 고유 식별자입니다. |
유형 |
ID |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<xs:attribute name="id" type="Id" use="required">
<xs:annotation>
<xs:documentation>The unique identifier of the topic in the dataset.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
속성: Topic / @parentTopic
네임스페이스 |
네임스페이스 없음 |
주석 |
이 주제에 상위 주제가 있는 경우, 이 ID의 ID입니다.
상위 주제는 다른 항목 내부에 인라인된 주제에 대해서는 지정할 수 없습니다.
참조하세요. |
유형 |
xs:QName |
속성 |
|
사용 주체 |
|
소스 |
<xs:attribute name="parentTopic" type="xs:QName" use="optional">
<xs:annotation>
<xs:documentation>The id of the parent topic of this topic, if it has one. parentTopic
cannot be specified for topics that are inlined inside other topics.</xs:documentation>
</xs:annotation>
</xs:attribute>
|
다음을 사용하여 생성:
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 core content describes the \"Topic\" element and its \"Info\" component within a data structure. A topic has an `id` for unique identification and an optional `parentTopic` to establish hierarchy. Topics contain `info` (textual information), and can have child `topic` elements, respecting their order. The `info` includes `name`, `description`, and `url`. Applications should maintain this hierarchical structure. `id` is required, `parentTopic` is optional, and child topics are inlined.\n"]]