simpleType "DataElementRepresentationType"
Namespace:
Defined:
Used:
Simple Content Model
enumeration of xs:string
Simple Content Restrictions:
Enumeration:
"Amount"
 - 
Monetary value with units of currency.
"BinaryObject"
 - 
Set of finite-length sequences of binary octets used to represent sound, images and other structures.
"Code"
 - 
An enumerated list of all allowable values. Each enumerated value is a string that for brevity represents a specific meaning.
"DateTime"
 - 
An ISO 8601 date and time elements.
"Identifier"
 - 
A value serving to uniquely identify an object within a specific environment.
"Indicator"
 - 
Boolean, exactly two mutually exclusive values (true and false) which must be defined.
"Measure"
 - 
Numeric value determined by measurement with units. Typically used with items such as height or weight. If the unit of measure is not clear it should be specified.
"Name"
 - 
A textual label meaningful in some language used to identify an object. A name is not necessarily unique.
"Numeric"
 - 
Assigned or determined by calculation.
"Text"
 - 
Character string.
"Value"
 - 
A type of numeric
"Percent"
 - 
A type of numeric traditionally the result of a ratio.
"Quantity"
 - 
Non-monetary numeric value or count with units.
"Rate"
 - 
A type of numeric.

All Direct / Indirect Based Elements (1):
DataElementRepresentation
Known Usage Locations
Annotation
A classification scheme for the representation type of a DataElement.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  DataElementRepresentationType
Derivation:
restriction of xs:string
Facets:
enumeration:
"Amount"
 - 
Monetary value with units of currency.
"BinaryObject"
 - 
Set of finite-length sequences of binary octets used to represent sound, images and other structures.
"Code"
 - 
An enumerated list of all allowable values. Each enumerated value is a string that for brevity represents a specific meaning.
"DateTime"
 - 
An ISO 8601 date and time elements.
"Identifier"
 - 
A value serving to uniquely identify an object within a specific environment.
"Indicator"
 - 
Boolean, exactly two mutually exclusive values (true and false) which must be defined.
"Measure"
 - 
Numeric value determined by measurement with units. Typically used with items such as height or weight. If the unit of measure is not clear it should be specified.
"Name"
 - 
A textual label meaningful in some language used to identify an object. A name is not necessarily unique.
"Numeric"
 - 
Assigned or determined by calculation.
"Text"
 - 
Character string.
"Value"
 - 
A type of numeric
"Percent"
 - 
A type of numeric traditionally the result of a ratio.
"Quantity"
 - 
Non-monetary numeric value or count with units.
"Rate"
 - 
A type of numeric.
XML Source (w/o annotations (15); see within schema source)
<xs:simpleType name="DataElementRepresentationType">
<xs:restriction base="xs:string">
<xs:enumeration value="Amount"/>
<xs:enumeration value="BinaryObject"/>
<xs:enumeration value="Code"/>
<xs:enumeration value="DateTime"/>
<xs:enumeration value="Identifier"/>
<xs:enumeration value="Indicator"/>
<xs:enumeration value="Measure"/>
<xs:enumeration value="Name"/>
<xs:enumeration value="Numeric"/>
<xs:enumeration value="Text"/>
<xs:enumeration value="Value"/>
<xs:enumeration value="Percent"/>
<xs:enumeration value="Quantity"/>
<xs:enumeration value="Rate"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.8.7 using DocFlex/XML XSDDoc 2.7.0 template set