simpleType organisationNameType
namespace http://www.ech.ch/xmlns/eCH-0097/2
type restriction of xs:token
properties
base xs:token
used by
elements organisationIdentificationType/organisationAdditionalName organisationIdentificationType/organisationLegalName organisationIdentificationType/organisationName
facets
Kind Value Annotation
minLength 1
maxLength 255
source <xs:simpleType name="organisationNameType">
 
<xs:restriction base="xs:token">
   
<xs:maxLength value="255"/>
   
<xs:minLength value="1"/>
 
</xs:restriction>
</xs:simpleType>


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