simpleType TypeOfTheDeclarant
namespace http://www.bcl.lu/2025/S2.20/datatypes
type restriction of xs:string
properties
base xs:string
used by
element S220/UCIGeneralInformation/UCISignaBasic/TypeOfTheDeclarant
facets
Kind Value Annotation
length 2
pattern [0-9]{2}
source <xs:simpleType name="TypeOfTheDeclarant">
 
<xs:restriction base="xs:string">
   
<xs:length value="2"/>
   
<xs:pattern value="[0-9]{2}"/>
 
</xs:restriction>
</xs:simpleType>


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