DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "TextRepresentationType"
Namespace:
Content:
complex, 6 attributes, 2 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 3 attributes
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?
</...>
Content Model Elements (2):
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (8):
Known Usage Locations
Annotation
Structures a textual representation. MinLength and maxlength attributes are inclusive integers describing the number of permitted characters. The regExp attribute holds a regular expression describing the valid contents of the string.
Type Definition Detail
Type Derivation Tree
  TextRepresentationType (extension)
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TextRepresentationType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:attribute name="maxLength" type="xs:integer" use="optional"/>
<xs:attribute name="minLength" type="xs:integer" use="optional"/>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (defined in this component only; 3/6)
maxLength
Type:
xs:integer, predefined
Use:
optional
Maximum length of the text.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maxLength" type="xs:integer" use="optional"/>

minLength
Type:
xs:integer, predefined
Use:
optional
Minimum length of the text.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="minLength" type="xs:integer" use="optional"/>

regExp
Type:
xs:string, predefined
Use:
optional
Regular expression defining the allowed syntax of the text.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="regExp" type="xs:string" use="optional"/>

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