simpleType stPlanmarkType
namespace http://www.ymparisto.fi
type restriction of xs:string
used by
elements ctAreaReservation/planmark ctUndergroundSpace/planmark
facets
Kind Value annotation 
minLength 
maxLength 20 
source <xs:simpleType name="stPlanmarkType">
 
<xs:restriction base="string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>


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