Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type womlcore:shortLocalizedStringType
Namespace http://xml.fmi.fi/namespace/woml/core/2012/11/15
Annotations
A short string-valued text designed to be able to fit into a single
varchar type field in a database.
Diagram
Diagram index517.tmp#id220 index37.tmp#id203
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 file:/Users/ilkkarinne/projects/woml-core-2012-11-15-schema/src/main/resources/woml/core/2012/11/15/woml-common.xsd