DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CodeDomainType"
Namespace:
Content:
complex, 3 attributes, 5 elements
Defined:
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    blankIsMissingValue
 = 
xs:boolean
    classificationLevel
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    missingValue
 = 
xs:NMTOKENS
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, CodeSchemeReference, Label*, r:Description*
</...>
Content Model Elements (5):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a coded response domain.
Type Definition Detail
Type Derivation Tree
  r:CodeRepresentationType (extension)
      CodeDomainType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="CodeDomainType">
<xs:complexContent>
<xs:extension base="r:CodeRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/5)
Label
Type:
Label for the response domain as a human-readable string.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

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

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