Share this page
Type
Restriction of xs:string
Diagram
Overview
Facets
| Pattern | [a-zA-Z_]([a-zA-Z_0-9])* |
Source
<xs:simpleType name="RestrictedString" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:pattern value="[a-zA-Z_]([a-zA-Z_0-9])*" />
</xs:restriction>
</xs:simpleType> |
See Also
Tips to improve your search results...
OpenText Functional Testing ExtensibilityExtensibility ReferenceOpenText Functional Testing ExtensibilityAllView Local Help CenterView Online Help CenterAll versions