simpleType legalFormType
namespace http://www.ech.ch/xmlns/eCH-0097/2
type restriction of xs:string
properties
base xs:string
used by
element organisationIdentificationType/legalForm
facets
Kind Value Annotation
minLength 2
maxLength 4
pattern \d{2,4}
source <xs:simpleType name="legalFormType">
 
<xs:restriction base="xs:string">
   
<xs:minLength value="2"/>
   
<xs:maxLength value="4"/>
   
<xs:pattern value="\d{2,4}"/>
 
</xs:restriction>
</xs:simpleType>


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