Компонент: Значение
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Сложный тип: Значение
Пространство имен | http://schemas.google.com/dspl/2010 |
---|
Аннотации | Атомарное значение данных. |
---|
Диаграмма |  |
---|
Тип | расширение xs:string |
---|
Используется | |
---|
Атрибуты | QName | Тип | Зафиксированный | По умолчанию | Использовать | Аннотация |
---|
язык | | | | необязательный | |
---|
|
---|
Источник |
<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>
|
---|
Создано с помощью XML-редактора oXygen .
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-11-12 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-11-12 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"]]