구성요소: conceptProperty

요소: conceptProperty/정보

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념 속성에 대한 텍스트 정보.
다이어그램 다이어그램 dspl4.tmp#id7 dspl4.tmp#id14 dspl4.tmp#id15 dspl4.tmp#id6
유형 정보
속성
content: 복잡함
minCcurs: 0
모델 이름, 설명{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" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Textual information about the concept property.</xs:documentation>
  </xs:annotation>
</xs:element>

요소: conceptProperty / 유형

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념 속성의 데이터 유형입니다.
다이어그램 다이어그램 dspl8.tmp#id52
속성
content: 복잡함
minCcurs: 0
속성
QName 유형 해결됨 기본 용도 Annotation
참조 데이터 유형 필수
소스
<xs:element name="type" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The data type of the concept property.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:attribute name="ref" type="DataType" use="required"/>
  </xs:complexType>
</xs:element>

복합 유형: conceptProperty

네임스페이스 http://schemas.google.com/dspl/2010
주석 개념의 속성 (예: 도시 국가).
다이어그램 다이어그램 dspl8.tmp#id53 dspl8.tmp#id54 dspl8.tmp#id55 dspl8.tmp#id56 dspl8.tmp#id50 dspl8.tmp#id51
사용 중인 광고
요소 개념/속성
모델 정보{0,1} , 유형{0,1}
Children 정보, 유형
속성
QName 유형 해결됨 기본 용도 Annotation
개념 xs:QName 선택사항 속성 값에 해당하는 개념에 대한 참조입니다. 속성에서 유형을 지정하면 유형이 참조된 개념의 유형과 일치해야 합니다. 외부 개념에 대한 참조는 'prefix:other_concept_id' 형식이어야 합니다. 여기서 'prefix'는 외부 데이터 세트의 네임스페이스에 사용되는 프리픽스입니다 (XML 네임스페이스 참조).
id 지역 ID 선택사항 개념 속성의 ID입니다. 이 식별자는 개념 및 속성 내에서 개념 내에서 고유해야 합니다. 개념 속성이 지정된 경우 ID를 생략할 수 있습니다. 이 경우 ID는 암시적으로 참조된 개념의 로컬 이름을 사용하여 생성됩니다. 예를 들어 <property concept="geo:country"/>는 <property id="country" concept="geo:country"/>와 같습니다.
isMapping xs:부울 false 선택사항 true인 경우 이 속성은 개념을 참조해야 하며, 이 속성은 이 개념과 참조된 개념 간의 매핑 (일대일) 관계를 나타냅니다. 참조된 개념의 각 인스턴스는 최대 1개의 이 개념 인스턴스에서 참조됩니다.
isParent xs:부울 false 선택사항 true인 경우, 이 속성은 개념을 참조해야 하며, 이 속성은 이 개념과 참조된 개념 간의 계층적 관계를 나타냅니다 (예: 국가의 대륙).
소스
<xs:complexType name="ConceptProperty">
  <xs:annotation>
    <xs:documentation>A property of a concept (e.g., the country of a city).</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="info" type="Info" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Textual information about the concept property.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="type" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The data type of the concept property.</xs:documentation>
      </xs:annotation>
      <xs:complexType>
        <xs:attribute name="ref" type="DataType" use="required"/>
      </xs:complexType>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="LocalId" use="optional">
    <xs:annotation>
      <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="concept" type="xs:QName" use="optional">
    <xs:annotation>
      <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
    <xs:annotation>
      <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>

속성: conceptProperty / type / @ref

네임스페이스 네임스페이스 없음
유형 데이터 유형
속성
대신 다음을 사용합니다. 필수
Facets
열거형 문자열
열거형 float
열거형 정수
열거형 boolean
열거형 date
열거형 개념
사용 중인 광고
요소 개념속성/유형
소스
<xs:attribute name="ref" type="DataType" use="required"/>

속성: conceptProperty / @id

네임스페이스 네임스페이스 없음
주석 개념 속성의 ID입니다. 이 식별자는 속성 내에서 여러 속성 간에 개념 내에서 고유해야 합니다. 개념 속성이 지정되면 ID는 생략될 수 있습니다. 이 경우 참조된 개념의 로컬 이름을 값으로 사용하여 암시적으로 ID가 생성됩니다. 예를 들어 <property concept="geo:country"/>는 <property id="country" concept="geo:country"/>와 동일합니다.
유형 지역 ID
속성
대신 다음을 사용합니다. 선택사항
Facets
maxLength 64
사용 중인 광고
복합 유형 개념 속성
소스
<xs:attribute name="id" type="LocalId" use="optional">
  <xs:annotation>
    <xs:documentation>The id of the concept property. This identifier must be unique within the concept
          (across attributes and properties).

          The id may be omitted if the concept property is specified. In that case, an id is
          implicitly created with value the local name of the referenced concept. For instance

          <property concept="geo:country"/>

          is equivalent to

          <property id="country" concept="geo:country"/></xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptProperty / @concept

네임스페이스 네임스페이스 없음
주석 속성 값에 해당하는 개념에 대한 참조입니다. 속성에서 유형을 지정하면 유형이 참조된 개념의 유형과 일치해야 합니다. 외부 개념에 대한 참조는 'prefix:other_concept_id' 형식이어야 합니다. 여기서 'prefix'는 외부 데이터 세트의 네임스페이스에 사용되는 프리픽스입니다 (XML 네임스페이스 참조).
유형 xs:QName
속성
대신 다음을 사용합니다. 선택사항
사용 중인 광고
복합 유형 개념 속성
소스
<xs:attribute name="concept" type="xs:QName" use="optional">
  <xs:annotation>
    <xs:documentation>A reference to a concept that corresponds to the values of the property.

          If the property specifies a type, then the type must match the type of the
          referenced concept.

          A reference to an external concept must be of the form "prefix:other_concept_id",
          where "prefix" is the prefix used for the namespace of the external dataset
          (see XML namespaces).</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptProperty / @isParent

네임스페이스 네임스페이스 없음
주석 true인 경우 이 속성은 개념을 참조해야 하며, 이 속성은 이 개념과 참조된 개념 간의 계층적 관계를 나타냅니다 (예: 국가 대륙).
유형 xs:부울
속성
대신 다음을 사용합니다. 선택사항
default: false
사용 중인 광고
복합 유형 개념 속성
소스
<xs:attribute name="isParent" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a hierarchical
          relationship between this concept and the referenced
          concept (e.g., the continent of a country).</xs:documentation>
  </xs:annotation>
</xs:attribute>

속성: conceptProperty / @isMapping

네임스페이스 네임스페이스 없음
주석 true인 경우 이 속성은 개념을 참조해야 하며, 이 속성은 이 개념과 참조된 개념 간의 매핑 (일대일) 관계를 나타냅니다. 참조된 개념의 각 인스턴스는 최대 1개의 이 개념 인스턴스에서 참조됩니다.
유형 xs:부울
속성
대신 다음을 사용합니다. 선택사항
default: false
사용 중인 광고
복합 유형 개념 속성
소스
<xs:attribute name="isMapping" type="xs:boolean" use="optional" default="false">
  <xs:annotation>
    <xs:documentation>If true, then this property must reference a
          concept, and this property denotes a mapping
          (1-to-1) relationship between this concept and the
          referenced concept. Each instance of the referenced
          concept is referenced by at most one instance of
          this concept.</xs:documentation>
  </xs:annotation>
</xs:attribute>

oXygen XML 편집기를 사용하여 만듭니다.