Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type womlcore:shortLocalizedStringType
Namespace http://xml.fmi.fi/namespace/woml/core/2010/05/28
Annotations
A short string-valued text designed to be able to fit into a single varchar type field in a database.
Diagram
Diagram index47.tmp#id160 index79.tmp#id143
Type extension of womlcore:shortStringType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
xml:lang xs:language required
In due course, we should install the relevant ISO 2- and 3-letter codes as the enumerated possible values . . .
Source
<complexType name="shortLocalizedStringType">
  <annotation>
    <documentation>A short string-valued text designed to be able to fit into a single varchar type field in a database.</documentation>
  </annotation>
  <simpleContent>
    <extension base="womlcore:shortStringType">
      <attribute ref="xml:lang" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2010/05/28/woml-common.xsd