Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type womlcore:longLocalizedStringType
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 index119.tmp#id163 index4.tmp#id138
Type extension of womlcore:longStringType
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="longLocalizedStringType">
  <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:longStringType">
      <attribute ref="xml:lang" use="required"/>
    </extension>
  </simpleContent>
</complexType>
Schema location http://xml.fmi.fi/schema/woml/core/2010/05/28/woml-common.xsd