complexType "DataElementConceptType"
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?, DataElementConceptName*, r:Label*, r:Description?, SimilarConcept*, SubclassOfReference*, CharacteristicReference, r:UniverseReference?
</...>
Content Model Elements (18):
CharacteristicReference, DataElementConceptName, SimilarConcept, SubclassOfReference, r:Agency, r:BasedOnReference, 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):
DataElementConcept
Known Usage Locations
Annotation
Describes a data element concept per ISO/IEC 11179. In addition to the standard name, label, and description, can identify similar concepts, the concept which this concept is a subclass of, a concept that is used to characterize this concept, and a reference to the Universe associated with this concept. It is the linking of a concept to a specific universe (object) that defines this as a data element concept.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          DataElementConceptType
XML Source (w/o annotations (8); see within schema source)
<xs:complexType name="DataElementConceptType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="DataElementConceptName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SimilarConcept"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubclassOfReference"/>
<xs:element ref="CharacteristicReference"/>
<xs:element minOccurs="0" ref="r:UniverseReference"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 7/18)
CharacteristicReference
Type:
ConceptReferenceType, complex content
Reference to a Concept that is used for qualifying this data element concept. The referenced Concept should have its isCharacteristic attribute set to true.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="CharacteristicReference"/>

DataElementConceptName
Type:
r:NameType, complex content
A name for the DataElementConcept. 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="DataElementConceptName"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the DataElementConcept. 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 DataElementConcept. 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 a universe associated with this concept. Described as the Object in ISO/IEC 11179.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:UniverseReference"/>

SimilarConcept
Type:
SimilarConceptType, complex content
A reference to a concept expressing a similar idea plus a description of the differences. Used to assist in disambiguation of concepts.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SimilarConcept"/>

SubclassOfReference
Type:
r:ReferenceType, complex content
Reference to another concept of which the concept being described is a subclass. This is used to model semantic hierarchies.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SubclassOfReference"/>

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