DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ConceptSchemeType"
Namespace:
Content:
complex, 11 attributes, 11 elements
Defined:
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, ConceptSchemeName*, r:Label*, r:Description*, ConceptSchemeReference*, Vocabulary?, (Concept | DataElementConcept)*, ConceptGroup*
</...>
Content Model Elements (11):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Includes a comprehensive list of the concepts measured by the data that are being documented.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ConceptSchemeType (extension)
XML Source (w/o annotations (8); 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 maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="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 (defined in this component only; 8/11)
Concept
Type:
ConceptType, complex content
Container for an individual concept included in the concept scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Concept"/>

ConceptGroup
Type:
ConceptGroupType, complex content
Allows for grouping of concepts; 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, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptSchemeName"/>

ConceptSchemeReference
Type:
r:SchemeReferenceType, complex content
Provides for inclusion by reference of other concept schemes.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptSchemeReference"/>

DataElementConcept
Type:
DataElementConceptType, complex content
Documents an individual data element concept (per ISO/IEC 11179) included in the concept scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="DataElementConcept"/>

r:Description
Type:
r:StructuredStringType, mixed content
A description of the use of the concept scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, mixed content
A display label for the concept scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

Vocabulary
Type:
VocabularyType, complex content
Provides information about 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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set