complexType "ConceptGroupType"
Namespace:
Content:
complex, 9 attributes, 18 elements
Defined:
Includes:
definitions of 3 attributes, 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"
 = 
xs:boolean : "false"
 = 
xs:boolean : "false"
 = 
xs:boolean : "false"
    >
   
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?, ConceptGroupName*, r:Label*, r:Description?, (AdministrativePurpose | DefiningConceptReference)?, (ConceptReference | ConceptGroupReference)*
</...>
Content Model Elements (18):
AdministrativePurpose, ConceptGroupName, ConceptGroupReference, ConceptReference, DefiningConceptReference, r:Agency, r:BasedOnReference, r:Description, r:ID, r:Label, r:MaintainableObject, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ConceptGroup
Known Usage Locations
Annotation
Allows for grouping of concepts; groups may have a hierarchical structure. This structure should not be used to model semantic concept hierarchies - for this purpose, use the SubclassOfReference element within Concept and DataElementConcept.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:VersionableType (extension)
          ConceptGroupType
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="ConceptGroupType">
<xs:complexContent>
<xs:extension base="r:VersionableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptGroupName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:choice maxOccurs="1" minOccurs="0">
<xs:element ref="AdministrativePurpose"/>
<xs:element ref="DefiningConceptReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ConceptReference"/>
<xs:element ref="ConceptGroupReference"/>
</xs:choice>
</xs:sequence>
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
<xs:attribute default="false" name="isAdministrativeOnly" type="xs:boolean"/>
<xs:attribute default="false" name="isConcept" type="xs:boolean" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/9)
isAdministrativeOnly
Type:
xs:boolean, predefined
Use:
optional
Indicates the purpose of a concept group.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isAdministrativeOnly" type="xs:boolean"/>

isConcept
Type:
xs:boolean, predefined
Use:
optional
A value of true indicates that there is a concept which defines the group, and which is comprised of the concepts contained in the group. A group can be conceptual in purpose (that is, have a value of "concept" for the purpose attribute), but not itself have a defining concept.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isConcept" type="xs:boolean" use="optional"/>

isOrdered
Type:
xs:boolean, predefined
Use:
optional
If set to "true" indicates that the content of the group is ordered as it appears within the XML structure.
Attribute Value
Default:
"false"
XML Source (w/o annotations (1); see within schema source)
<xs:attribute default="false" name="isOrdered" type="xs:boolean"/>
Content Element Detail (all declarations; defined within this component only; 7/18)
AdministrativePurpose
Type:
r:CodeValueType, simple content
Usage indicates that the group was formed for administrative purposes. The object allows for specification of the purpose using a brief string or term. Supports the use of an external controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="AdministrativePurpose"/>

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

ConceptGroupReference
Type:
r:ReferenceType, complex content
Reference to a subordinate concept group included in the concept group. A concept group can be referenced internally, from the concept scheme included in the same conceptual components module, or externally, from another scheme. This element is recursive to allow for the description of hierarchical relationships within the concept group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConceptGroupReference"/>

ConceptReference
Type:
ConceptReferenceType, complex content
Reference to a concept included in the concept group. A concept can be referenced internally, from the concept scheme included in the same conceptual components module, or externally, from another scheme. This element is recursive to allow for the description of hierarchical relationships within the concept group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConceptReference"/>

DefiningConceptReference
Type:
r:ReferenceType, complex content
Usage indicates that the group was formed for a conceptual purpose. This is a reference to a Concept that defines the Group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DefiningConceptReference"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the ConceptGroup. 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 ConceptGroup. 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"/>

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