simpleType MaaraalatunnusType
namespace http://www.paikkatietopalvelu.fi/gml/kantakartta
type restriction of xs:string
used by
element MaaraalaType/maaraalatunnus
facets
Kind Value annotation 
pattern (([0-9]{3}){2}([0-9]{4}){2}M[0-9]{4}) 
source <xs:simpleType name="MaaraalatunnusType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(([0-9]{3}){2}([0-9]{4}){2}M[0-9]{4})"/>
 
</xs:restriction>
</xs:simpleType>


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