complexType "TextRepresentationBaseType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
xs:NMTOKENS |
|
= |
xs:boolean |
|
= |
("Nominal" | "Ordinal" | "Interval" | "Ratio" | "Continuous") |
|
= |
xs:nonNegativeInteger |
|
= |
xs:nonNegativeInteger |
|
= |
xs:string |
|
|
> |
|
|
</...> |
Known Direct Subtypes (1):
-
Known Indirect Subtypes (1):
-
All Direct / Indirect Based Elements (7):
-
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 Derivation Tree
TextRepresentationBaseType
|
XML Source (w/o annotations (4); see within schema source)
<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"/>
|