complexType "TextRepresentationBaseType"
Namespace:
Content:
complex, 6 attributes, 2 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:integer
 = 
xs:integer
 = 
xs:string
   
>
   
Content: 
</...>
Content Model Elements (2):
GenericOutputFormat, RecommendedDataType
Known Direct Subtypes (1):
TextDomainType
Known Indirect Subtypes (1):
CoordinatePairsType
All Direct / Indirect Based Elements (7):
AlternateCoordinateSystem, AlternateObject, AlternateOffset, CoordinatePairs, MissingTextRepresentation, TextDomain, TextRepresentation
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: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 (all declarations; defined within this component only; 3/6)
maxLength
Type:
xs:integer, 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:integer" use="optional"/>

minLength
Type:
xs:integer, 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:integer" 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 RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set