Documentation for FMI Meteorological Objects

Complex Type: longLocalizedStringType

[Table of contents]

Super-types: xs:string < longStringType (by restriction) < longLocalizedStringType (by extension)
Sub-types: None
Name longLocalizedStringType
Used by (from the same schema document) Complex Type AbstractMeteorologicalObjectType , Complex Type NamedRegionType , Complex Type GeophysicalParameterType
Abstract no
Documentation A short string-valued text designed to be able to fit into a single varchar type field in a database.
XML Instance Representation
<...
xml:lang="[1]">
metobj:longStringType
</...>
Diagram
Schema Component Representation
<xs:complexType name="longLocalizedStringType">
<xs:simpleContent>
<xs:extension base=" metobj:longStringType ">
<xs:attribute ref=" xml:lang" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>