Thành phần: Giá trị
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Loại phức tạp: Giá trị
Không gian tên |
http://schemas.google.com/dspl/2010 |
Chú thích |
Một giá trị dữ liệu nguyên tử. |
Sơ đồ |
 |
Loại |
phần mở rộng của xs:string |
Được sử dụng trong |
|
Thuộc tính |
QName |
Loại |
Cố định |
Mặc định |
Sử dụng |
Annotation |
ngôn ngữ |
|
|
|
tùy chọn |
|
|
Nguồn |
<xs:complexType name="Value">
<xs:annotation>
<xs:documentation>An atomic data value.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute ref="xml:lang" use="optional">
<xs:annotation>
<xs:documentation>The language/locale that applies to the value.
See [BCP 47] for possible values of the xml:lang
attribute.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|
Được tạo bằng
Trình chỉnh sửa XML oXygen.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-13 UTC.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2024-10-13 UTC."],[[["`Value` is a complex type that represents an atomic data value, extending the `xs:string` type."],["It is primarily used within the `ValuesGroup` element to define data values."],["This type allows specifying the language of the value using the `xml:lang` attribute, optionally referencing [BCP 47] for valid language codes."]]],["The content defines a \"Value\" as an atomic data element within the `http://schemas.google.com/dspl/2010` namespace. This \"Value\" is an extension of `xs:string`, allowing it to be any string. It is used by the `ValuesGroup/value` element. It includes an optional attribute, `xml:lang`, which is used to specify the language or locale of the value, as per BCP 47. This is defined using the `xs:complexType` and `xs:extension` to define its structure and properties.\n"]]