DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ConceptType"
Namespace:
Content:
complex, 8 attributes, 7 elements
Defined:
Includes:
definitions of 1 attribute and 4 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    id
 = 
xs:string
    isCharacteristic
 = 
xs:boolean : "false"
    isVersionable
 = 
"true"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, ConceptName*, r:Label*, r:Description*, SimilarConcept*
</...>
Content Model Elements (7):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Container for an individual concept included in the concept scheme.
Type Definition Detail
Type Derivation Tree
      r:VersionableType (extension)
          ConceptType (extension)
XML Source (w/o annotations (5); 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 maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SimilarConcept"/>
</xs:sequence>
<xs:attribute default="false" name="isCharacteristic" type="xs:boolean"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 1/8)
isCharacteristic
Type:
xs:boolean, predefined
Use:
optional
A true value indicates that the concept is a characteristic, as defined in ISO/IEC 11179.
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 (defined in this component only; 4/7)
ConceptName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ConceptName"/>

r:Description
Type:
r:StructuredStringType, mixed content
Includes the definition of the concept itself. This element can be repeated to provide translations of the same concept in various languages.
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.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

SimilarConcept
Type:
SimilarConceptType, complex content
Reference to another concept that is similar to the one included in the Description element above.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SimilarConcept"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set