Page Summary
-
Valueis a complex type that represents an atomic data value, extending thexs:stringtype. -
It is primarily used within the
ValuesGroupelement to define data values. -
This type allows specifying the language of the value using the
xml:langattribute, optionally referencing [BCP 47] for valid language codes.
Complex Type: Value
| Namespace | http://schemas.google.com/dspl/2010 | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Annotations | An atomic data value. | ||||||||||||
| Diagram | ![]() |
||||||||||||
| Type | extension of xs:string | ||||||||||||
| Used by |
|
||||||||||||
| Attributes |
|
||||||||||||
| Source |
<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> |
Created using the oXygen XML Editor.
