simpleType baseNameType
namespace http://www.ech.ch/xmlns/eCH-0044/4
type restriction of xs:token
properties
base xs:token
used by
elements personIdentificationType/firstName personIdentificationLightType/firstName personIdentificationType/officialName personIdentificationLightType/officialName personIdentificationType/originalName personIdentificationLightType/originalName
facets
Kind Value Annotation
minLength 1
maxLength 100
source <xs:simpleType name="baseNameType">
 
<xs:restriction base="xs:token">
   
<xs:maxLength value="100"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>


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