Back to SwissRETS

noNamespace
element localization

Super Types
{} (restriction)

Documentation
One for each language, a set of language specific content and texts.
Properties
This component is not nillable.

Model
<localization
  lang = languageCode>
name
</localization>


Nested Element Summary
xs:stringname
          Simple marketing title for unit. 

Attribute Summary
 languageCodelang
          

Attribute Detail

lang

Type:
languageCode
Use:
required
Form:
unqualified

Source
<xs:element maxOccurs="unbounded" minOccurs="1" name="localization">
<xs:complexType>
<xs:all>
<xs:element maxOccurs="1" minOccurs="1" name="name" type="xs:string">
</xs:element>
</xs:all>
<xs:attribute name="lang" type="languageCode" use="required"/>
</xs:complexType>
</xs:element>

Back to SwissRETS

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.