: Public <<DataType>> Class
| Created: |
16/10/2012 17:34:20 |
| Modified: |
06/11/2012 03:11:48 |
|
Project: |
|
| Author: |
braeckel |
| Version: |
1.0 |
| Phase: |
1.0 |
| Status: |
Proposed |
| Complexity: |
Easy |
| Difficulty: |
|
| Priority: |
|
| Multiplicity: |
|
Advanced: |
|
| UUID: |
{300E6D01-4557-427e-9C54-F766310A191F} |
| Appears In: |
Context Diagram: LanguageString |
Text string with the language of the string identified as recommended in the XML 1.0 W3C Recommendation, section 2.12.<br /></p><p><br /></p><p>Identifies an ISO language and optional country code. The language is identified by either a 2-letter ISO 639-1 or 3-letter ISO 639-2T. The country portion is optional and identified by ISO 3166.<br /></p><p><br /></p><p>This class is modeled after the xml:lang attribute but is intended to be mapped into existing, appropriate representations in each format (XML, JSON, etc.).<br /></p><p><br /></p><p>Combined language and country code examples: "en-us", "en-pg", "en", "fr", "deu-at"<br /></p><p><br /></p><p>This type is developed as an alternative to importing ISO 19115/19139, which are packages of significant size. <br /></p>
| Attribute |
Public CharacterString lang
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
|
|
Notes:
|
The ISO language identified by either a 2-letter ISO 639-1 or 3-letter ISO 639-2T.<br /></p><p><br /></p><p>Examples: "en", "fr", "deu"<br /></p>
|
|
Public CharacterString country
|
Details:
| Alias: |
|
| Initial: |
|
| Stereotype: |
|
| Ordered: |
|
| Range: |
Range:0 to 1 |
|
Notes:
|
Optional ISO country code identified by ISO 3166<br /></p><p><br /></p><p>This attribute is modeled after the xml:lang attribute but is intended to be mapped into existing, appropriate representations in each format (XML, JSON, etc.).<br /></p><p><br /></p><p>Examples: "us", "pg", "at"<br /></p>
|
|