simpleType stPlanCode
namespace http://www.ymparisto.fi
type restriction of xs:string
used by
element ctDetailPlan/plancode
facets
Kind Value annotation 
minLength 
maxLength 20 
source <xs:simpleType name="stPlanCode">
 
<xs:restriction base="string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="20"/>
 
</xs:restriction>
</xs:simpleType>


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