Documentation for FMI Meteorological Objects

Simple Type: shortStringType

[Table of contents]

Super-types: xs:string < shortStringType (by restriction)
Sub-types:
Name shortStringType
Used by (from the same schema document) Complex Type SatelliteImageReferenceType , Complex Type SatelliteImageReferenceType , Complex Type RadarImageReferenceType , Complex Type ApprovalType , Complex Type GeophysicalParameterType , Complex Type AbstractMeteorologicalSymbolType , Complex Type userType , Complex Type userType , Complex Type userType , Complex Type numericalModelType , Complex Type numericalModelType
Content
  • Base XSD Type: string
  • length >= 0
Documentation
Diagram
Schema Component Representation
<xs:simpleType name="shortStringType">
<xs:restriction base=" xs:string ">
<xs:minLength value="0"/>
<xs:maxLength value="128"/>
</xs:restriction>
</xs:simpleType>