simpleType officialFirstNameType
namespace http://www.ech.ch/xmlns/eCH-0044/4
type restriction of xs:string
properties
base xs:string
facets
Kind Value Annotation
minLength 1
maxLength 100
whiteSpace collapse
source <xs:simpleType name="officialFirstNameType">
 
<xs:restriction base="xs:string">
   
<xs:maxLength value="100"/>
   
<xs:whiteSpace value="collapse"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>


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