| namespace | http://taf-jsg.info/schemes | |||||||||
| type | restriction of xs:string | |||||||||
| properties |
|
|||||||||
| used by |
|
|||||||||
| facets |
|
|||||||||
| annotation |
|
|||||||||
| source | <xs:simpleType name="NHMCodeType"> <xs:annotation> <xs:documentation>NHM Code</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:length value="6"/> <xs:pattern value="\d*[1-9]\d*"/> </xs:restriction> </xs:simpleType> |