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


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