complexType "ConceptSchemeType"
Namespace:
Content:
complex, 9 attributes, 22 elements
Defined:
Includes:
definitions of 9 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:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (22):
Concept, ConceptGroup, ConceptGroupReference, ConceptSchemeName, Vocabulary, r:Agency, r:BasedOnObject, r:ConceptReference, 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, inclusion of descriptions for Concepts and ConceptGroups in-line or by reference.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ConceptSchemeType
XML Source (w/o annotations (10); 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="r:ConceptReference"/>
</xs:choice>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="ConceptGroup"/>
<xs:element ref="ConceptGroupReference"/>
</xs:choice>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 9/22)
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 ref="ConceptGroup"/>

ConceptGroupReference
Type:
r:ReferenceType, complex content
Reference to a ConceptGroup that allows for grouping of concepts for administrative or conceptual purposes; groups may have a hierarchical structure. TypeOfObject should be set to ConceptGroup
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="ConceptGroupReference"/>

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"/>

r:ConceptReference
Type:
r:ReferenceType, complex content
Includes a description of an individual concept by reference. TypeOfObject should be set to Concept.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:ConceptReference"/>

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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set