diagram | |||||||||||||||
type | extension of xs:string | ||||||||||||||
properties |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:element name="Locale" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Text in a specific language and region</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="language" type="xs:language" use="required"> <xs:annotation> <xs:documentation>Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"</xs:documentation> </xs:annotation> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
type | xs:language | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="language" type="xs:language" use="required"> <xs:annotation> <xs:documentation>Language (and region optionally) of the text in the Locale element, according to RFC1766. E.g. "en", "en-US", "de" or "de-DE"</xs:documentation> </xs:annotation> </xs:attribute> |