구성요소: 주제

요소: 주제 / 정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 주제에 관한 텍스트 정보
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
유형 정보
속성
content: 복잡함
모델 이름, 설명{0,1}, URL{0,1}
Children 설명, 이름, 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
주석 하위 주제는 상위 주제 내에 인라인될 수 있습니다. 그렇다면 하위 요소의 순서는 유의미하며 이러한 주제를 표시하는 애플리케이션에서 준수해야 합니다.
다이어그램 다이어그램 dspl15.tmp#id32 dspl15.tmp#id34 dspl15.tmp#id30 dspl15.tmp#id31 dspl15.tmp#id29
유형 주제
속성
content: 복잡함
minCcurs: 0
maxOccurs: unbounded
모델 정보, 주제*
Children 정보, 주제
인스턴스
<topic id="" parentTopic="">
  <info>{1,1}</info>
  <topic id="" parentTopic="">{0,unbounded}</topic>
</topic>
속성
QName 유형 해결됨 기본 용도 Annotation
id ID 필수 데이터 세트에 있는 주제의 고유 식별자입니다.
parentTopic xs:QName 선택사항 이 주제의 상위 주제 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
모델 정보 , 주제*
Children 정보, 주제
속성
QName 유형 해결됨 기본 용도 Annotation
id ID 필수 데이터 세트에 있는 주제의 고유 식별자입니다.
parentTopic xs:QName 선택사항 이 주제의 상위 주제 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
속성
대신 다음을 사용합니다. 필수
Facets
maxLength 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>

속성: 주제 / @parentTopic

네임스페이스 네임스페이스 없음
주석 이 주제의 상위 주제 ID입니다(상위 주제가 있는 경우). 다른 주제 내에서 인라인 처리된 주제에는 parentTopic을 지정할 수 없습니다.
유형 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 편집기를 사용하여 만듭니다.