구성요소: 정보
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요소: 정보 / 이름
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
설명된 요소의 이름입니다. |
다이어그램 |
 |
유형 |
값 |
속성 |
|
모델 |
값* | conceptValue{0,1} |
어린이 |
conceptValue, value |
인스턴스 |
<name>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</name>
|
소스 |
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
요소: 정보 / 설명
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
설명된 요소에 대한 설명입니다. |
다이어그램 |
 |
유형 |
값 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
모델 |
값* | conceptValue{0,1} |
어린이 |
conceptValue, value |
인스턴스 |
<description>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</description>
|
소스 |
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
|
요소: 정보 / URL
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
자세한 정보를 찾을 수 있는 웹페이지의 URL
설명됩니다. URL에 있는 예약 문자나 안전하지 않은 문자는 퍼센트 이스케이프 처리해서는 안 됩니다.
|
다이어그램 |
 |
유형 |
값 |
속성 |
content: |
복잡함 |
minOccurs: |
0 |
|
모델 |
값* | conceptValue{0,1} |
어린이 |
conceptValue, value |
인스턴스 |
<url>
<value lang="">{0,unbounded}</value>
<conceptValue concept="">{0,1}</conceptValue>
</url>
|
소스 |
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
|
복합 유형: 정보
네임스페이스 |
http://schemas.google.com/dspl/2010 |
주석 |
데이터 세트입니다 |
다이어그램 |
 |
사용 주체 |
|
모델 |
이름 , 설명{0,1} , URL{0,1} |
어린이 |
설명, 이름, url |
소스 |
<xs:complexType name="Info">
<xs:annotation>
<xs:documentation>Textual information about an element of the dataset.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="name" type="Values">
<xs:annotation>
<xs:documentation>The name of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="description" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The description of the described element.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="url" type="Values" minOccurs="0">
<xs:annotation>
<xs:documentation>The URL of a webpage where more information can be found on the
described element. Any reserved or unsafe characters in the URL should NOT be
percent-escaped.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
|
다음을 사용하여 생성:
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 document defines the \"Info\" complex type, used for providing textual information about a dataset element. It includes \"name,\" \"description,\" and \"url\" elements. \"Name\" specifies the element's name. \"Description\" details the element's purpose. \"Url\" provides a link for further information, without percent-escaping characters. These elements can include multiple values and an optional conceptValue. \"Info\" is used by various elements like attributes, concepts, slices, and topics.\n"]]