구성요소: ConceptProperty
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
concept 속성에 대한 텍스트 정보 |
다이어그램 |
 |
유형 |
정보 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
모델 |
이름 , 설명{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" minOccurs="0">
<xs:annotation>
<xs:documentation>Textual information about the concept property.</xs:documentation>
</xs:annotation>
</xs:element>
|
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
concept 속성의 데이터 유형입니다. |
다이어그램 |
 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
속성 |
|
소스 |
<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 |
주석 |
개념의 속성 (예:
도시). |
다이어그램 |
 |
사용 주체 |
|
모델 |
info{0,1} , 유형{0,1} |
어린이 |
정보, 유형 |
속성 |
QName |
유형 |
고정 |
기본값 |
사용 |
Annotation |
개념 |
xs:QName |
|
|
선택사항 |
값에 해당하는 개념에 대한 참조입니다.
속성입니다. 속성이 유형을 지정하는 경우 유형은
참조된 개념의 유형과 일치해야 합니다. 참조는
외부 개념은
'prefix:other_concept_id', 여기서 'prefix' 은
외부 데이터 세트의 네임스페이스에 사용되는 프리픽스입니다 (XML 참고).
네임스페이스) |
id |
LocalId |
|
|
선택사항 |
개념 속성의 ID입니다. 식별자는
특성과 속성에 걸쳐 개념 내에서 고유합니다. 이
concept 속성이 지정된 경우 id는 생략할 수 있습니다. 그 안에서
경우 ID는
참조된 개념입니다. 예: <property
concept="geo:country"/> <property>와 동일합니다.
id="country"
concept="geo:country"/> |
isMapping |
xs:boolean |
|
거짓 |
선택사항 |
true인 경우 이 속성은 개념을 참조해야 합니다.
이 속성은
참조된 개념이 있습니다. 참조된
개념은 이 객체의 최대 한 인스턴스에서 참조됩니다.
있습니다. |
isParent |
xs:boolean |
|
거짓 |
선택사항 |
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>
|
네임스페이스 |
네임스페이스 없음 |
유형 |
DataType |
속성 |
|
패싯 |
열거형 |
문자열 |
|
열거형 |
float |
|
열거형 |
정수 |
|
열거형 |
부울 |
|
열거형 |
날짜 |
|
열거형 |
개념 |
|
|
사용 주체 |
|
소스 |
<xs:attribute name="ref" type="DataType" use="required"/>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
개념 속성의 ID입니다. 이 식별자는 고유해야 합니다.
특성 및 속성을 교차할 수 있습니다. ID는
개념 속성이 지정된 경우 생략됩니다. 이 경우 ID는
참조된 개념의 로컬 이름을 값으로 암시적으로 만듭니다.
예: <property concept="geo:country"/> 은
<property id="country"와 같음
concept="geo:country"/> |
유형 |
LocalId |
속성 |
|
패싯 |
|
사용 주체 |
|
소스 |
<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>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
속성 속성이 유형을 지정하는 경우 유형은
참조된 개념의 유형입니다. 외부 개념에 대한 참조는
'prefix:other_concept_id' 형식으로 표시됩니다. 여기서
'프리픽스' 는 외부 네임스페이스의 네임스페이스에 사용되는
데이터 세트 (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>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
true인 경우 이 속성은 개념을 참조해야 합니다.
속성은 이 개념과
참조된 개념 (예: 국가의 대륙)을 나타냅니다. |
유형 |
xs:boolean |
속성 |
대신 다음을 사용합니다. |
선택사항 |
default:
|
거짓 |
|
사용 주체 |
|
소스 |
<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>
|
네임스페이스 |
네임스페이스 없음 |
주석 |
true인 경우 이 속성은 개념을 참조해야 합니다.
속성은 이 개념과
참조된 개념에 적용됩니다. 참조된 개념의 각 인스턴스는
이 개념의 최대 1개 인스턴스에서 참조됩니다. |
유형 |
xs:boolean |
속성 |
대신 다음을 사용합니다. |
선택사항 |
default:
|
거짓 |
|
사용 주체 |
|
소스 |
<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 편집기.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-09(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"]],["최종 업데이트: 2024-09-09(UTC)"],[[["ConceptProperty is a complex type that represents a property of a concept, such as the country of a city, with optional elements for textual information (`info`) and data type (`type`)."],["It can have attributes like `id`, `concept`, `isParent`, and `isMapping` to define its identifier, referenced concept, and hierarchical/mapping relationships respectively."],["The `info` element can include a name, description, and URL for the concept property, and is optional."],["The `type` element specifies the data type of the property using the `ref` attribute and is also optional."],["Attributes like `id`, `concept`, `isParent`, and `isMapping` provide further details about the concept property and its relationships with other concepts."]]],["ConceptProperty defines a characteristic of a concept, with optional `info` and `type`. The `info` contains text about the property, including `name`, `description`, and `url`. `type` specifies the data type. Attributes include an optional `id` for unique identification, an optional `concept` to reference related concepts, `isParent` (hierarchical relationship), and `isMapping` (1-to-1 relationship), both booleans, defaulting to `false`. The `@ref` attribute is required for type and defines the data type of the referenced concept.\n"]]