namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="HazardIdentNumber"> <xs:annotation> <xs:documentation> following the pattern: ^ PATTERN &quot;[A-Z]?[0-9]#2[0-9]?&quot; The string is restricted to be one OPTIONAL letter followed by from 2 to 3 numbers </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="2"/> <xs:maxLength value="4"/> </xs:restriction> </xs:simpleType> |