simpleType Number999p999_Type
namespace http://www.nhsia.nhs.uk/DataStandards/XMLschema/CDS/ns
type restriction of xs:decimal
used by
simpleType PersonWeight_Type
facets
Kind Value annotation 
totalDigits 
fractionDigits 
pattern \d{3}\.\d{3} 
annotation
documentation
Numeric 000.000-999.999 Length n3.n3 (=7)  Uses xs:decimal as its XMLbase.
Used for PERSON WEIGHT. Note as at 2006-12 the NHS DD states n2.n3 - this will be DSCN'd to upgrade to this specification in the near future.
source <xs:simpleType name="Number999p999_Type">
 
<xs:annotation>
   
<xs:documentation>Numeric 000.000-999.999 Length n3.n3 (=7)  Uses xs:decimal as its XMLbase.
Used for PERSON WEIGHT. Note as at 2006-12 the NHS DD states n2.n3 - this will be DSCN'd to upgrade to this specification in the near future.
</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:decimal">
   
<xs:totalDigits value="7"/>
   
<xs:fractionDigits value="3"/>
   
<xs:pattern value="\d{3}\.\d{3}"/>
 
</xs:restriction>
</xs:simpleType>


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