openEHR XML Schema Release 1.0 candidate

Simple Type: matchString

[Table of contents]

Super-types:xs:string < matchString (by restriction)
Sub-types:None
NamematchString
Content
  • Base XSD Type: string
  • pattern = \?
Diagram
Schema Component Representation
<xs:simpleType name="matchString">
<xs:restriction base="xs:string">
<xs:pattern value="\?"/>
<xs:pattern value="<"/>
<xs:pattern value=">"/>
<xs:pattern value="="/>
</xs:restriction>
</xs:simpleType>