구성요소: 주제

요소: 주제 / 정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 주제에 관한 텍스트 정보입니다.
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
유형 정보
속성
content: 복잡함
모델 이름 , 설명{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>

요소: Topic / 주제

네임스페이스 http://schemas.google.com/dspl/2010
주석 하위 주제는 상위 주제 내부에 삽입할 수 있습니다. 그렇다면 아동의 순서는 의미가 있으며 이러한 주제를 표시하는 애플리케이션입니다.
다이어그램 다이어그램 dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
유형 주제
속성
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
주석 주제는 개념에 연결할 수 있는 라벨입니다. 주제는 계층적으로 구성됩니다.
다이어그램 다이어그램 dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31
사용 주체
요소 주제/주제, dspl/topics/topic
모델 정보 , 주제*
어린이 정보, 주제
속성
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
속성
대신 다음을 사용합니다. 필수
패싯
최대 길이 64
사용 주체
복합 유형 주제
소스
<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 편집기.