simpleType UBRN_Converted_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:string
used by
element PatientPathway_Structure/PatientPathwayIdentity/UniqueBookingReferenceNumber_Converted
facets
Kind Value annotation 
pattern [0-9]{12} 
source <xs:simpleType name="UBRN_Converted_Type">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="[0-9]{12}"/>
 
</xs:restriction>
</xs:simpleType>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy