Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type womlcore:longLocalizedStringType
Namespace http://xml.fmi.fi/namespace/woml/2010/05/28/core
Annotations
A short string-valued text designed to be able to fit into a single varchar type field in a database.
Diagram
Diagram docindex209.tmp#id171 docindex11.tmp#id146
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/2010/05/28/core/woml-common.xsd