simpleType KiinteistotunnusType
namespace http://www.kuntatietopalvelu.fi/gml/yhteiset
type restriction of xs:string
used by
elements RakennustunnusType/kiinttun ValmisRakennustunnusType/kiinttun KiinteistoType/kiinteistotunnus OsapuoletType/Osapuolet/naapuritieto/Naapuri/kiinteistotunnus RakennustunnusType/kiinttun RakennuksenTunnusType/kiinttun
facets
Kind Value annotation 
pattern (([0-9]{3}){2}([0-9]{4}){2}) 
source <xs:simpleType name="KiinteistotunnusType">
 
<xs:restriction base="xs:string">
   
<xs:pattern value="(([0-9]{3}){2}([0-9]{4}){2})"/>
 
</xs:restriction>
</xs:simpleType>


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