Documentation for FMI Meteorological Objects

Complex Type: shortLocalizedStringType

[Table of contents]

Super-types: xs:string < shortStringType (by restriction) < shortLocalizedStringType (by extension)
Sub-types: None
Name shortLocalizedStringType
Used by (from the same schema document) Complex Type AbstractMeteorologicalObjectType , Complex Type KnownPlaceType
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:shortStringType
</...>
Diagram
Schema Component Representation
<xs:complexType name="shortLocalizedStringType">
<xs:simpleContent>
<xs:extension base=" metobj:shortStringType ">
<xs:attribute ref=" xml:lang" use="required"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>