simpleType NHMCodeType
namespace http://taf-jsg.info/schemes
type restriction of xs:string
properties
base xs:string
used by
elements NHM_Code Goods/PreviousLoadedGood
facets
Kind Value Annotation
length 6
pattern \d*[1-9]\d*
annotation
documentation
NHM Code
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>


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