DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TextDomainType"
Namespace:
Content:
complex, 6 attributes, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...
    blankIsMissingValue
 = 
xs:boolean
    classificationLevel
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
    maxLength
 = 
xs:integer
    minLength
 = 
xs:integer
    missingValue
 = 
xs:NMTOKENS
    regExp
 = 
xs:string
    >
   
Content: 
RecommendedDataType?, GenericOutputFormat?, Label*, Description*
</...>
Content Model Elements (4):
Known Direct Subtypes (1):
All Direct / Indirect Based Elements (5):
Known Usage Locations
Annotation
Structures the response domain for a textual response.
Type Definition Detail
Type Derivation Tree
  TextRepresentationType (extension)
      TextDomainType (extension)
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="TextDomainType">
<xs:complexContent>
<xs:extension base="TextRepresentationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Description"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 2/4)
Description
Type:
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="Description"/>

Label
Type:
LabelType, mixed content
Label for the response domain as a human-readable string.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Label"/>

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