openEHR XML Schema Release 1.0 candidate

Simple Type: archetypeNodeId

[Table of contents]

Super-types:xs:string < archetypeNodeId (by restriction)
Sub-types:None
NamearchetypeNodeId
Content
  • Base XSD Type: string
  • pattern = ([a-zA-Z][\w_]*-[\w][\w_]*-[\w][\w_]*\.[\w][\w_]*(-[\w][\w_]*)*\.v\d+(\.\d)*)|(at(0\.[0-9]{1,4}|[0-9]{4})(\.[0-9]{1,3})*)
Diagram
Schema Component Representation
<xs:simpleType name="archetypeNodeId">
<xs:restriction base="xs:string">
<xs:pattern value="([a-zA-Z][\w_]*-[\w][\w_]*-[\w][\w_]*\.[\w][\w_]*(-[\w][\w_]*)*\.v\d+(\.\d)*)|(at(0\.[0-9]{1,4}|[0-9]{4})(\.[0-9]{1,3})*)"/>
</xs:restriction>
</xs:simpleType>