: Public <<XSDcomplexType>> Class
Created: 2/21/2013 11:11:32 AM
Modified: 2/14/2017 3:39:40 PM
Project:
Advanced:
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/>
Attribute
Public CharacterString
  name
Details:
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:
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:
 
Object Type Connection Direction Notes
«XSDcomplexType» NameValueList Class Strong From