complexType "TextRepresentationBaseType"
Namespace:
Content:
complex, 6 attributes, 3 elements
Defined:
globally in reusable.xsd; see XML source
Includes:
definitions of 3 attributes
Used:
XML Representation Summary
<...
   
 = 
xs:NMTOKENS
 = 
xs:boolean
 = 
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous")
 = 
xs:nonNegativeInteger
 = 
xs:nonNegativeInteger
 = 
xs:string
   
>
   
Content: 
</...>
Known Direct Subtypes (1):
Known Indirect Subtypes (1):
All Direct / Indirect Based Elements (7):
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
RepresentationType (extension)
  TextRepresentationBaseType
XML Source (w/o annotations (4); see within schema source)
<xs:complexType name="TextRepresentationBaseType">
<xs:complexContent>
<xs:extension base="RepresentationType">
<xs:attribute name="maxLength" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="minLength" type="xs:nonNegativeInteger" use="optional"/>
<xs:attribute name="regExp" type="xs:string" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Attribute Detail (all declarations; defined within this component only; 3/6)
maxLength
Type:
xs:nonNegativeInteger, predefined
Use:
optional
The maximum number of characters allowed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="maxLength" type="xs:nonNegativeInteger" use="optional"/>

minLength
Type:
xs:nonNegativeInteger, predefined
Use:
optional
The minimum number of characters allowed.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="minLength" type="xs:nonNegativeInteger" use="optional"/>

regExp
Type:
xs:string, predefined
Use:
optional
A regular expression limiting the allowed characters or character order of the content.
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 1.12 using DocFlex/XML XSDDoc 2.9.0 template set