: Public <<XSDcomplexType>> Class
Created: |
2/21/2013 11:11:32 AM |
Modified: |
2/14/2017 3:39:40 PM |
|
Project: |
|
Author: |
|
Version: |
|
Phase: |
|
Status: |
Implemented |
Complexity: |
Easy |
Difficulty: |
|
Priority: |
|
Multiplicity: |
|
Advanced: |
|
UUID: |
{D0280EE9-2F6A-4f80-A00B-E0095219D5A6} |
Appears In: |
NasCommon |
This is a general purpose data structure used when it is desired to map an identifying string (the "name") into a data string (the "value"). These name/value pairs are often part of a repeating element so that the whole element expresses a set of names mapped onto a set of values.<br/>
- Attributes
- Associations From
- Other Links
Attribute |
Public CharacterString name
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
Range:0 to 1 |
Transient: |
False |
Derived: |
False |
IsID: |
False |
nillable=true
Notes:
|
The identifying portion of the pair, formatted as if for an enumeration. Consider using an actual enumeration for legal values.<br/>
|
Constraints: PATTERN [A-Z0-9_]{1,20}
|
Public CharacterString value
|
Details:
Alias: |
|
Initial: |
|
Stereotype: |
|
Ordered: |
|
Range: |
Range:0 to 1 |
Transient: |
False |
Derived: |
False |
IsID: |
False |
nillable=true
Notes:
|
The data content portion of the pair. This is intended for a *short* unstructured string like a natural language comment, and should not be used as storage for codes, values, or other structured data.<br/>
|
Constraints: LENGTH [0..100]
|
Element |
Source Role |
Target Role |
«XSDcomplexType» NameValueList
Class
|
Name:
|
Name: nameValue
A set of up to 20 name-value pairs intended to be used temporarily to support data exchange the model does not currently accomodate.
|
 Details:
|