complexType "ConceptType"
Namespace:
Content:
complex, 8 attributes, 19 elements
Defined:
Includes:
definitions of 1 attribute, 7 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:boolean : "false"
 = 
"true"
 = 
xs:boolean : "false"
   
>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a 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:VersionableType (extension)
          ConceptType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="ConceptType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptName"/>
<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 maxOccurs="unbounded" minOccurs="0" ref="ExcludesConceptReference"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IncludesConceptReference"/>
</xs:sequence>
<xs:attribute default="false" name="isCharacteristic" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 1/8)
isCharacteristic
Type:
xs:boolean, predefined
Use:
optional
If set to "true" this concept is used to describe a characteristic of another concept.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isCharacteristic" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 7/19)
ConceptName
Type:
r:NameType, complex content
A name for the Concept. 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="ConceptName"/>

ExcludesConceptReference
Type:
r:ReferenceType, complex content
Reference to a Concept that is used for qualifying what is excluded from the Concept's definition.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ExcludesConceptReference"/>

IncludesConceptReference
Type:
r:ReferenceType, complex content
Reference to a Concept that is used for qualifying this is included in the Concept's definition.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="IncludesConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Concept. Supports multiple language versions of the same content as well as optional formatting of the 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 Concept. Supports multiple language versions of the same content as well as optional formatting of the content. 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"/>

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 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 maxOccurs="unbounded" minOccurs="0" ref="SubclassOfReference"/>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set