| namespace | http://www.ech.ch/xmlns/eCH-0097/2 | ||||||||||||
| type | restriction of xs:string | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| 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> |