simpleType stNameType
namespace http://www.ymparisto.fi
type restriction of xs:string
used by
elements ctDetailPlan/name ctDetailPlan/nameswe
facets
Kind Value annotation 
minLength 
maxLength 300 
source <xs:simpleType name="stNameType">
 
<xs:restriction base="string">
   
<xs:minLength value="0"/>
   
<xs:maxLength value="300"/>
 
</xs:restriction>
</xs:simpleType>


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