complexType "ConceptSchemeType"
Namespace:
Content:
complex, 9 attributes, 21 elements
Defined:
Includes:
definitions of 8 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)
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"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:Note*, r:Software*, r:MetadataQuality*, ConceptSchemeName*, r:Label*, r:Description?, r:ConceptSchemeReference*, Vocabulary?, (Concept | DataElementConcept)*, ConceptGroup*
</...>
Content Model Elements (21):
Concept, ConceptGroup, ConceptSchemeName, DataElementConcept, Vocabulary, r:Agency, r:BasedOnReference, r:ConceptSchemeReference, r:Description, r:ID, r:Label, r:MetadataQuality, r:Note, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
ConceptScheme
Known Usage Locations
Annotation
A comprehensive list of the concepts measured by the data that are being documented that is maintained by an agency. In addition to the standard name, label, and description, allows for the inclusion of an existing ConceptScheme by reference, assignment of a controlled vocabulary for the scheme, and the inclusion of descriptions for Concept, DataElementConcept and ConceptGroup.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ConceptSchemeType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="ConceptSchemeType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptSchemeName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptSchemeReference"/>
<xs:element minOccurs="0" ref="Vocabulary"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="Concept"/>
<xs:element ref="DataElementConcept"/>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptGroup"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/21)
Concept
Type:
ConceptType, complex content
Describes an individual concept.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Concept"/>

ConceptGroup
Type:
ConceptGroupType, complex content
Allows for grouping of concepts for administrative or conceptual purposes; groups may have a hierarchical structure.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptGroup"/>

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

DataElementConcept
Type:
DataElementConceptType, complex content
Describes an individual DataElementConcept (per ISO/IEC 11179) providing the link between a concept and the object (universe) for which it is relevant.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DataElementConcept"/>

r:ConceptSchemeReference
Type:
r:SchemeReferenceType, complex content
Reference to an existing ConceptScheme for inclusion.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:ConceptSchemeReference"/>

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

Vocabulary
Type:
VocabularyType, complex content
Identifies and describes the vocabulary used to create the concept scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Vocabulary"/>

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