complexType "DataElementType"
Namespace:
Content:
complex, 6 attributes, 18 elements
Defined:
Includes:
definitions of 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Canonical" | "Deprecated")
 = 
("Add" | "Update" | "Delete")
 = 
xs:anyURI
 = 
("Agency" | "Maintainable") : "Agency"
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
"true"
    >
   
Content: 
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:MaintainableObject?, DataElementName*, r:Label*, r:Description?, r:UniverseReference?, ConceptReference?, r:CategorySchemeReference?, DataElementRepresentation?
</...>
Content Model Elements (18):
ConceptReference, DataElementName, DataElementRepresentation, r:Agency, r:BasedOnReference, r:CategorySchemeReference, r:Description, r:ID, r:Label, r:MaintainableObject, r:URN, r:UniverseReference, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
DataElement
Known Usage Locations
Annotation
The description of a DataElement per ISO/IEC 11179. A DataElement combines a DataElementConcept composed of a Concept and a Universe (Object) with a representation defined by a set of categories (coded or without an attached code) or another representation type such as amount, identifier, text, numeric, etc. In addition to the standard name, label, and description, includes a reference to a Universe, a Concept, and CategoryScheme and provides a description of the representation using an internal controlled vocabulary.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          DataElementType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="DataElementType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataElementName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="1" minOccurs="0" ref="r:UniverseReference"/>
<xs:element maxOccurs="1" minOccurs="0" ref="ConceptReference"/>
<xs:element maxOccurs="1" minOccurs="0" ref="r:CategorySchemeReference"/>
<xs:element maxOccurs="1" minOccurs="0" ref="DataElementRepresentation"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/18)
ConceptReference
Type:
ConceptReferenceType, complex content
Reference to the concept measured by this DataElement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="ConceptReference"/>

DataElementName
Type:
r:NameType, complex content
A name for the DataElement. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataElementName"/>

DataElementRepresentation
Type:
Abstract representation of non-category data types for this DataElement. Includes the ability to indicate that the Classification Scheme has been coded.
Simple Content
enumeration of xs:string
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 (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="DataElementRepresentation"/>

r:CategorySchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to a category scheme that contains the representation domain of the DataElement.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="r:CategorySchemeReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the DataElement. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the DataElement. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:UniverseReference
Type:
r:ReferenceType, complex content
Reference to the universe statement containing a description of the widest possible group of persons or other elements that this DataElement refers to, and to which any analytic results refer.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="r:UniverseReference"/>

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